summary refs log tree commit diff
path: root/pkgs/development/compilers
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-03-11 13:17:16 -0600
committerThomas Tuegel <ttuegel@gmail.com>2016-03-11 13:17:16 -0600
commit55b6c1792619085dd8aacf46b94e2f33303dd58e (patch)
tree678fd97bc43bbe7f054bee72506aee414a937386 /pkgs/development/compilers
parentcd5e923f550950fa85ec409cc992460032ddd684 (diff)
parent42b1e8ee580712b1f4d3f194b79b2099667e648e (diff)
downloadnixlib-55b6c1792619085dd8aacf46b94e2f33303dd58e.tar
nixlib-55b6c1792619085dd8aacf46b94e2f33303dd58e.tar.gz
nixlib-55b6c1792619085dd8aacf46b94e2f33303dd58e.tar.bz2
nixlib-55b6c1792619085dd8aacf46b94e2f33303dd58e.tar.lz
nixlib-55b6c1792619085dd8aacf46b94e2f33303dd58e.tar.xz
nixlib-55b6c1792619085dd8aacf46b94e2f33303dd58e.tar.zst
nixlib-55b6c1792619085dd8aacf46b94e2f33303dd58e.zip
Merge pull request #13840 from ttuegel/closure-size-darwin
Fix evaluation errors on Darwin
Diffstat (limited to 'pkgs/development/compilers')
-rw-r--r--pkgs/development/compilers/ghc/6.10.2-binary.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/ghc/6.10.2-binary.nix b/pkgs/development/compilers/ghc/6.10.2-binary.nix
index 5a3ddc97587e..b3208209b05b 100644
--- a/pkgs/development/compilers/ghc/6.10.2-binary.nix
+++ b/pkgs/development/compilers/ghc/6.10.2-binary.nix
@@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
      '' else "");
 
   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