mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
bind: Add propagatedBuildInputs
This commit is contained in:
parent
649ce300e3
commit
9f70b1ab31
1 changed files with 5 additions and 0 deletions
|
@ -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 a new issue