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