1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-25 07:00:43 +00:00

heimdal: Fix db include

[dezgeg squashed in to fit the changes introduced in "db: Use more
conventional outputs, also split bin"]
This commit is contained in:
Josef Kemetmüller 2018-05-22 02:28:54 +02:00 committed by Tuomas Tynkkynen
parent 7c8705256c
commit 9a100e3e31

View file

@ -39,7 +39,8 @@ stdenv.mkDerivation rec {
"--with-libedit=${libedit}"
"--with-openssl=${openssl.dev}"
"--without-x"
"--with-berkeley-db=${db}"
"--with-berkeley-db"
"--with-berkeley-db-include=${db.dev}/include"
] ++ optionals (!libOnly) [
"--with-openldap=${openldap.dev}"
] ++ optionals (!stdenv.isFreeBSD) [