ghc-6.10.2-binary: fix evaluation error on Darwin

This commit is contained in:
Thomas Tuegel 2016-03-11 10:30:45 -06:00
parent 2667e4f5d7
commit 42b1e8ee58
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
'' else ""); '' else "");
configurePhase = '' configurePhase = ''
./configure --prefix=$out --with-gmp-libraries=${gmp.out}/lib --with-gmp-includes=${gmp.dev}/include ./configure --prefix=$out --with-gmp-libraries=${gmp.out}/lib --with-gmp-includes=${gmp.dev or gmp}/include
''; '';
# Stripping combined with patchelf breaks the executables (they die # Stripping combined with patchelf breaks the executables (they die