Propagating inputs of heimdal
svn path=/nixpkgs/branches/stdenv-updates/; revision=10188
This commit is contained in:
parent
f96a98c9d8
commit
fa5891aa62
@ -8,5 +8,5 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
configureFlags = "--enable-shared --disable-static --with-openldap=${openldap}";
|
configureFlags = "--enable-shared --disable-static --with-openldap=${openldap}";
|
||||||
buildInputs = [ readline db4 openssl openldap cyrus_sasl ];
|
propagatedBuildInputs = [ readline db4 openssl openldap cyrus_sasl ];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user