Fixing the builds of apr, apache, subversion and friends when having enabled the ldap support.
svn path=/nixpkgs/trunk/; revision=26764
This commit is contained in:
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
||||
${if ldapSupport then "--with-ldap" else ""}
|
||||
'';
|
||||
|
||||
buildInputs = if ldapSupport then [ openldap ] else [];
|
||||
propagatedBuildInputs = stdenv.lib.optional ldapSupport openldap;
|
||||
|
||||
passthru = {
|
||||
inherit bdbSupport;
|
||||
|
||||
Reference in New Issue
Block a user