* Make it easier to override parts of stdenv (like gcc or make) per
package using the `overrideGCC' and `overrideInStdenv' functions. svn path=/nixpkgs/trunk/; revision=5505
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{stdenv, fetchurl, gcc}:
|
||||
{stdenv, fetchurl}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "spidermonkey-1.5";
|
||||
@@ -8,6 +8,4 @@ stdenv.mkDerivation {
|
||||
};
|
||||
|
||||
builder = ./builder.sh;
|
||||
|
||||
NIX_GCC = gcc; # remove when the "internal compiler error" in gcc 4.1.x is fixed
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user