Merge pull request #33681 from obsidiansystems/fixed-output-deps

Fixed output deps
This commit is contained in:
John Ericson
2018-01-10 14:28:10 -05:00
committed by GitHub
48 changed files with 94 additions and 95 deletions
+2 -2
View File
@@ -118,8 +118,8 @@ in rec {
initialPath = [ bootstrapTools ];
fetchurlBoot = import ../../build-support/fetchurl {
stdenv = stage0.stdenv;
curl = bootstrapTools;
stdenvNoCC = stage0.stdenv;
curl = bootstrapTools;
};
# The stdenvs themselves don't use mkDerivation, so I need to specify this here