ghc-7.6.3: cosmetic change to force a re-build

This commit is contained in:
Peter Simons 2013-09-20 19:27:22 +02:00
parent 2c7c65595d
commit 7c8ba7557c

View file

@ -24,9 +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