Merge pull request #33681 from obsidiansystems/fixed-output-deps
Fixed output deps
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user