ghc-7.6.2: cosmetic, no functional change

This commit is contained in:
Peter Simons 2013-01-30 17:30:51 +01:00
parent 7848756283
commit f929eecfa7

View File

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
sed -i -e 's|-isysroot /Developer/SDKs/MacOSX10.5.sdk||' configure
'';
configureFlags=[
configureFlags = [
"--with-gcc=${stdenv.gcc}/bin/gcc"
];