fetchurl: cleanup, better errors
Also fix what seems like bugs in uncommon `stdenv`s.
This commit is contained in:
@@ -29,7 +29,8 @@ let inherit (localSystem) system; in
|
||||
inherit bootstrapTools;
|
||||
|
||||
fetchurl = import ../../build-support/fetchurl {
|
||||
inherit stdenv;
|
||||
inherit lib;
|
||||
stdenvNoCC = stdenv;
|
||||
curl = bootstrapTools;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user