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
1 changed files with 2 additions and 0 deletions
|
@ -44,4 +44,6 @@ stdenv.mkDerivation rec {
|
|||
langC = true;
|
||||
|
||||
buildInputs = stdenv.lib.optionals langF77 [ gmp mpfr bison flex ];
|
||||
|
||||
meta.broken = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue