* Finally we have a working stdenvLinux again.
On the downside, the build process of stdenvLinux builds gcc 9 times (3 x 3 bootstrap stages). That's a bit excessive. svn path=/nixpkgs/trunk/; revision=880
This commit is contained in:
@@ -15,5 +15,5 @@ genericStdenv {
|
||||
inherit stdenv;
|
||||
};
|
||||
|
||||
bash = "/bin/sh";
|
||||
shell = "/bin/sh";
|
||||
}
|
||||
|
||||
@@ -1,3 +1 @@
|
||||
export SHELL=/bin/sh
|
||||
|
||||
export NIX_ENFORCE_PURITY=
|
||||
|
||||
Reference in New Issue
Block a user