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:
parent
f64d84698e
commit
8f3dc34618
@ -44,4 +44,6 @@ stdenv.mkDerivation rec {
|
||||
langC = true;
|
||||
|
||||
buildInputs = stdenv.lib.optionals langF77 [ gmp mpfr bison flex ];
|
||||
|
||||
meta.broken = true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user