gcc-apple: Mark as broken

It doesn't work with the --sysroot flag passed by gcc-wrapper, and it
doesn't build with recent Xcode versions (if the SDK is not in /).
This commit is contained in:
Eelco Dolstra 2014-07-28 18:09:53 +02:00
parent f64d84698e
commit 8f3dc34618

View File

@ -44,4 +44,6 @@ stdenv.mkDerivation rec {
langC = true;
buildInputs = stdenv.lib.optionals langF77 [ gmp mpfr bison flex ];
meta.broken = true;
}