Hack to fix llvm/clang build on Darwin

(Or at least restore it to the same level as brokenness as before the
staging merge. I.e. it depends on gcc-apple, which doesn't build on
standard 10.9 systems.)
This commit is contained in:
Eelco Dolstra
2014-08-09 23:31:00 +02:00
parent 0acc4e6b26
commit be399bf245
2 changed files with 6 additions and 8 deletions

View File

@@ -45,5 +45,5 @@ stdenv.mkDerivation rec {
buildInputs = stdenv.lib.optionals langF77 [ gmp mpfr bison flex ];
meta.broken = true;
#meta.broken = true;
}