ghc-7.6.3: cosmetic change to force a re-build
This commit is contained in:
parent
2c7c65595d
commit
7c8ba7557c
@ -24,9 +24,7 @@ stdenv.mkDerivation rec {
|
|||||||
sed -i -e 's|-isysroot /Developer/SDKs/MacOSX10.5.sdk||' configure
|
sed -i -e 's|-isysroot /Developer/SDKs/MacOSX10.5.sdk||' configure
|
||||||
'';
|
'';
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = "--with-gcc='${stdenv.gcc}/bin/gcc'";
|
||||||
"--with-gcc=${stdenv.gcc}/bin/gcc"
|
|
||||||
];
|
|
||||||
|
|
||||||
# required, because otherwise all symbols from HSffi.o are stripped, and
|
# required, because otherwise all symbols from HSffi.o are stripped, and
|
||||||
# that in turn causes GHCi to abort
|
# that in turn causes GHCi to abort
|
||||||
|
Loading…
x
Reference in New Issue
Block a user