FreeBSD: improve bootstrapping, re-enable bdb for heimdal

This commit is contained in:
janus
2016-01-01 17:01:13 +00:00
parent cbcab5521b
commit 3c8f0a92d3
2 changed files with 23 additions and 12 deletions
+3 -3
View File
@@ -11,7 +11,7 @@ rec {
inherit system;
name = "trivial-bootstrap-tools";
builder = "/bin/sh";
builder = "/usr/local/bin/bash";
args = [ ./trivial-bootstrap.sh ];
mkdir = "/bin/mkdir";
@@ -23,8 +23,8 @@ rec {
name = "stdenv-freebsd-boot-1";
inherit system config;
initialPath = null;
shell = "foo";
initialPath = [ "/" "/usr" ];
shell = "${bootstrapTools}/bin/bash";
fetchurlBoot = null;
cc = null;
};