mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
ghc-7.6.3: cosmetic change to force a re-build
This commit is contained in:
parent
2c7c65595d
commit
7c8ba7557c
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue