FreeBSD: re-add heimdal

This commit is contained in:
janus 2015-12-23 13:51:11 +00:00
parent 55aa9163cc
commit cbcab5521b

View File

@ -35,10 +35,10 @@ stdenv.mkDerivation rec {
"--with-libedit=${libedit}"
"--with-openssl=${openssl}"
"--without-x"
"--with-berkeley-db=${db}"
] ++ optionals (!libOnly) [
"--with-openldap=${openldap}"
] ++ optionals (!stdenv.isFreeBSD) [
"--with-berkeley-db=${db}" # XXX: this should of course work, but does not, as of nov 2015 (db==db58)
"--with-capng"
];