apr-util: Purify iconv dependency on Darwin
This commit is contained in:
parent
a7aa211780
commit
a007647bfb
@ -2,6 +2,7 @@
|
|||||||
, sslSupport ? true, openssl
|
, sslSupport ? true, openssl
|
||||||
, bdbSupport ? false, db
|
, bdbSupport ? false, db
|
||||||
, ldapSupport ? true, openldap
|
, ldapSupport ? true, openldap
|
||||||
|
, libiconvOrNull
|
||||||
}:
|
}:
|
||||||
|
|
||||||
assert sslSupport -> openssl != null;
|
assert sslSupport -> openssl != null;
|
||||||
@ -28,7 +29,7 @@ stdenv.mkDerivation rec {
|
|||||||
${stdenv.lib.optionalString ldapSupport "--with-ldap"}
|
${stdenv.lib.optionalString ldapSupport "--with-ldap"}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
propagatedBuildInputs = [ makeWrapper apr expat ]
|
propagatedBuildInputs = [ makeWrapper apr expat libiconvOrNull ]
|
||||||
++ optional sslSupport openssl
|
++ optional sslSupport openssl
|
||||||
++ optional bdbSupport db
|
++ optional bdbSupport db
|
||||||
++ optional ldapSupport openldap;
|
++ optional ldapSupport openldap;
|
||||||
|
Loading…
Reference in New Issue
Block a user