Propagating inputs of heimdal
svn path=/nixpkgs/trunk/; revision=10339
This commit is contained in:
parent
e075391df6
commit
6417110fb5
@ -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