FreeBSD: minor fixes, add notes and make stdenv more robust

This commit is contained in:
janus
2016-01-01 17:01:13 +00:00
parent a472d836f6
commit 55aa9163cc
12 changed files with 223 additions and 279 deletions
@@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
] ++ optionals (!libOnly) [
"--with-openldap=${openldap}"
] ++ optionals (!stdenv.isFreeBSD) [
"--with-berkeley-db=${db}"
"--with-berkeley-db=${db}" # XXX: this should of course work, but does not, as of nov 2015 (db==db58)
"--with-capng"
];