about summary refs log tree commit diff
path: root/pkgs/stdenv/native
diff options
context:
space:
mode:
authorJan Malakhovski <oxij@oxij.org>2018-02-17 18:44:43 +0000
committerJan Malakhovski <oxij@oxij.org>2018-02-18 14:24:53 +0000
commita89899ce4e50f2851c7c1c426200e34d2de1192c (patch)
treea1c165cccb347b083ca1428e5945d065c26e07f4 /pkgs/stdenv/native
parentecf4825f325298e3b78665e7e6295c039dfe969f (diff)
fetchurl: cleanup, better errors
Also fix what seems like bugs in uncommon `stdenv`s.
Diffstat (limited to 'pkgs/stdenv/native')
-rw-r--r--pkgs/stdenv/native/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/stdenv/native/default.nix b/pkgs/stdenv/native/default.nix
index 558a77281edb4..19efac3700a65 100644
--- a/pkgs/stdenv/native/default.nix
+++ b/pkgs/stdenv/native/default.nix
@@ -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;
     };