mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
apr-util: Reenabling openldap support again
This commit is contained in:
parent
5b0ca88d97
commit
eecb135cad
@ -1,7 +1,7 @@
|
|||||||
{ stdenv, fetchurl, apr, expat
|
{ stdenv, fetchurl, apr, expat
|
||||||
, sslSupport ? true, openssl
|
, sslSupport ? true, openssl
|
||||||
, bdbSupport ? false, db4
|
, bdbSupport ? false, db4
|
||||||
, ldapSupport ? false, openldap
|
, ldapSupport ? true, openldap
|
||||||
}:
|
}:
|
||||||
|
|
||||||
assert sslSupport -> openssl != null;
|
assert sslSupport -> openssl != null;
|
||||||
|
Loading…
Reference in New Issue
Block a user