ghc-6.10.2-binary: fix evaluation error on Darwin
This commit is contained in:
parent
2667e4f5d7
commit
42b1e8ee58
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue