fetchurl: cleanup, better errors
Also fix what seems like bugs in uncommon `stdenv`s.
This commit is contained in:
@@ -131,7 +131,7 @@ in
|
||||
};
|
||||
|
||||
fetchurl = import ../../build-support/fetchurl {
|
||||
inherit stdenv;
|
||||
inherit lib stdenvNoCC;
|
||||
# Curl should be in /usr/bin or so.
|
||||
curl = null;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user