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
+1 -1
View File
@@ -30,7 +30,7 @@ stdenv.mkDerivation {
'';
configureFlags = "--disable-debug" +
stdenv.lib.optionalString stdenv.isDarwin " --enable-rpath";
stdenv.lib.optionalString (stdenv.isFreeBSD || stdenv.isDarwin) " --enable-rpath";
# remove dependency on bootstrap-tools in early stdenv build
postInstall = stdenv.lib.optionalString stdenv.isDarwin ''