pkgs/*: remove unreferenced function arguments
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, pkgconfig, postgresql, curl, openssl, zlib, gettext
|
||||
{ stdenv, fetchurl, pkgconfig, postgresql, curl, openssl, zlib
|
||||
, enableJabber ? false, minmay ? null }:
|
||||
|
||||
assert enableJabber -> minmay != null;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, pkgconfig, postgresql, curl, openssl, zlib, gettext
|
||||
{ stdenv, fetchurl, pkgconfig, postgresql, curl, openssl, zlib
|
||||
, net_snmp , libssh2, openldap
|
||||
, enableJabber ? false, minmay ? null
|
||||
, enableSnmp ? false
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, pkgconfig, postgresql, curl, openssl, zlib, pcre, libevent, libiconv }:
|
||||
{ stdenv, fetchurl, pcre, libiconv }:
|
||||
|
||||
|
||||
let
|
||||
|
||||
Reference in New Issue
Block a user