mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
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
|
||||
optDb optOpenldap
|
||||
];
|
||||
# TODO(wkennington): Remove this hack once we fix header / .la / .pc files
|
||||
propagatedBuildInputs = [
|
||||
optKerberos optOpenssl optLibxml2 optJson_c
|
||||
optLibseccomp optLibcap
|
||||
];
|
||||
|
||||
configureFlags = [
|
||||
(mkOther "localstatedir" "/var")
|
||||
|
Loading…
Reference in New Issue
Block a user