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:
parent
7c8705256c
commit
9a100e3e31
|
@ -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) [
|
||||
|
|
Loading…
Reference in a new issue