about summary refs log tree commit diff
path: root/pkgs/development/compilers/ghc/7.0.4.nix
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2015-10-15 17:43:23 +0200
committerVladimír Čunát <vcunat@gmail.com>2015-10-28 10:15:49 +0100
commit148e03b2f1cb48cd33f3fde078e2c28ebc3a9d65 (patch)
tree439eccafb4a7d2eb25eb1c85823753228f6199fd /pkgs/development/compilers/ghc/7.0.4.nix
parentdd915f82e7ca180ad9adfef024e408e666e12c9d (diff)
downloadnixlib-148e03b2f1cb48cd33f3fde078e2c28ebc3a9d65.tar
nixlib-148e03b2f1cb48cd33f3fde078e2c28ebc3a9d65.tar.gz
nixlib-148e03b2f1cb48cd33f3fde078e2c28ebc3a9d65.tar.bz2
nixlib-148e03b2f1cb48cd33f3fde078e2c28ebc3a9d65.tar.lz
nixlib-148e03b2f1cb48cd33f3fde078e2c28ebc3a9d65.tar.xz
nixlib-148e03b2f1cb48cd33f3fde078e2c28ebc3a9d65.tar.zst
nixlib-148e03b2f1cb48cd33f3fde078e2c28ebc3a9d65.zip
gmp: split into multiple outputs
Diffstat (limited to 'pkgs/development/compilers/ghc/7.0.4.nix')
-rw-r--r--pkgs/development/compilers/ghc/7.0.4.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/compilers/ghc/7.0.4.nix b/pkgs/development/compilers/ghc/7.0.4.nix
index 46605daee93d..79b5f654ae9d 100644
--- a/pkgs/development/compilers/ghc/7.0.4.nix
+++ b/pkgs/development/compilers/ghc/7.0.4.nix
@@ -14,8 +14,8 @@ stdenv.mkDerivation rec {
   buildInputs = [ ghc perl gmp ncurses ];
 
   buildMK = ''
-    libraries/integer-gmp_CONFIGURE_OPTS += --configure-option=--with-gmp-libraries="${gmp}/lib"
-    libraries/integer-gmp_CONFIGURE_OPTS += --configure-option=--with-gmp-includes="${gmp}/include"
+    libraries/integer-gmp_CONFIGURE_OPTS += --configure-option=--with-gmp-libraries="${gmp.out}/lib"
+    libraries/integer-gmp_CONFIGURE_OPTS += --configure-option=--with-gmp-includes="${gmp.dev}/include"
     libraries/terminfo_CONFIGURE_OPTS += --configure-option=--with-curses-includes="${ncurses.dev}/include"
     libraries/terminfo_CONFIGURE_OPTS += --configure-option=--with-curses-libraries="${ncurses.lib}/lib"
     ${stdenv.lib.optionalString stdenv.isDarwin ''