commented gcc47 - breaks tarball

svn path=/nixpkgs/trunk/; revision=32993
This commit is contained in:
Florian Friesdorf 2012-03-11 15:59:06 +00:00
parent 36fbb68247
commit 2b2eb19973

View file

@ -1934,6 +1934,7 @@ let
binutilsCross = null;
}));
/* needs to be fixed:
gcc47 = lowPrio (wrapGCC (lib.overrideDerivation gcc46_debug.gcc (a: {
name = "gcc-debug-4.7.0rc20120302";
src = fetchurl {
@ -1947,6 +1948,7 @@ let
patches = [];
})));
*/
gccApple =
wrapGCC ( (if stdenv.system == "i686-darwin" then import ../development/compilers/gcc/4.2-apple32 else import ../development/compilers/gcc/4.2-apple64) {