gcc33: no longer broken, apparently

I even got binaries from Hydra, although I don't know why.
This commit is contained in:
Vladimír Čunát 2014-08-10 15:14:49 +02:00
parent ac00b1fe85
commit dda3e97ecf

View File

@ -27,6 +27,5 @@ stdenv.mkDerivation {
homepage = "http://gcc.gnu.org/";
license = "GPL/LGPL";
description = "GNU Compiler Collection, 3.3.x";
broken = true;
};
}