Fix "nix" stdenv (close #13554)
Broken by changes introduced in d96893647de5c519c458c1254f043f2d67d9b29c
This commit is contained in:
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";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user