ghc-7.6.3: undo commit 7c8ba75
The change was supposed to trigger a re-build to fix a broken GHC binary on the Hydra build farm, but now it turns out that the cause for the errors we're seeing isn't GHC: all kinds of (non-Haskell) packages are broken.
This commit is contained in:
parent
c3edfa427e
commit
f998111d2c
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
||||
sed -i -e 's|-isysroot /Developer/SDKs/MacOSX10.5.sdk||' configure
|
||||
'';
|
||||
|
||||
configureFlags = "--with-gcc='${stdenv.gcc}/bin/gcc'";
|
||||
configureFlags = "--with-gcc=${stdenv.gcc}/bin/gcc";
|
||||
|
||||
# required, because otherwise all symbols from HSffi.o are stripped, and
|
||||
# that in turn causes GHCi to abort
|
||||
|
Loading…
x
Reference in New Issue
Block a user