bind: Add propagatedBuildInputs
This commit is contained in:
parent
649ce300e3
commit
9f70b1ab31
@ -55,6 +55,11 @@ stdenv.mkDerivation rec {
|
|||||||
optReadline optLibcap optIdnkit optLibiconv optPostgresql optLibmysql
|
optReadline optLibcap optIdnkit optLibiconv optPostgresql optLibmysql
|
||||||
optDb optOpenldap
|
optDb optOpenldap
|
||||||
];
|
];
|
||||||
|
# TODO(wkennington): Remove this hack once we fix header / .la / .pc files
|
||||||
|
propagatedBuildInputs = [
|
||||||
|
optKerberos optOpenssl optLibxml2 optJson_c
|
||||||
|
optLibseccomp optLibcap
|
||||||
|
];
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
(mkOther "localstatedir" "/var")
|
(mkOther "localstatedir" "/var")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user