Remove gcc and zlib dependency on bootstrap-tools
The 82797f98f2
merge caused this
issue while trying to merge the staging refactorings with
the modular-stdenv feature branch.
This commit is contained in:
parent
2e139a9eff
commit
034b07e6ff
@ -85,6 +85,7 @@ rec {
|
|||||||
|
|
||||||
thisStdenv = import ../generic {
|
thisStdenv = import ../generic {
|
||||||
inherit system config;
|
inherit system config;
|
||||||
|
extraBuildInputs = extraPath;
|
||||||
name = "stdenv-linux-boot";
|
name = "stdenv-linux-boot";
|
||||||
preHook =
|
preHook =
|
||||||
''
|
''
|
||||||
@ -94,7 +95,7 @@ rec {
|
|||||||
${commonPreHook}
|
${commonPreHook}
|
||||||
'';
|
'';
|
||||||
shell = "${bootstrapTools}/bin/sh";
|
shell = "${bootstrapTools}/bin/sh";
|
||||||
initialPath = [bootstrapTools] ++ extraPath;
|
initialPath = [bootstrapTools];
|
||||||
fetchurlBoot = import ../../build-support/fetchurl {
|
fetchurlBoot = import ../../build-support/fetchurl {
|
||||||
stdenv = stage0.stdenv;
|
stdenv = stage0.stdenv;
|
||||||
curl = bootstrapTools;
|
curl = bootstrapTools;
|
||||||
|
Loading…
Reference in New Issue
Block a user