Fix "nix" stdenv (close #13554)
Broken by changes introduced in d96893647d
This commit is contained in:
committed by
Vladimír Čunát
parent
a9d24cedeb
commit
850a1a3323
@@ -18,10 +18,9 @@ import ../generic rec {
|
|||||||
nativePrefix = stdenv.lib.optionalString stdenv.isSunOS "/usr";
|
nativePrefix = stdenv.lib.optionalString stdenv.isSunOS "/usr";
|
||||||
nativeLibc = true;
|
nativeLibc = true;
|
||||||
inherit stdenv;
|
inherit stdenv;
|
||||||
binutils = pkgs.binutils;
|
inherit (pkgs) binutils coreutils gnugrep;
|
||||||
cc = pkgs.gcc.cc;
|
cc = pkgs.gcc.cc;
|
||||||
isGNU = true;
|
isGNU = true;
|
||||||
coreutils = pkgs.coreutils;
|
|
||||||
shell = pkgs.bash + "/bin/sh";
|
shell = pkgs.bash + "/bin/sh";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user