From 5d4fd5f529d11942eae8bfaf16dc6e93b7fdb3fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andres=20L=C3=B6h?= Date: Mon, 7 Jan 2008 22:02:44 +0000 Subject: [PATCH] * readline library flag restored; this is required for ghc during linking svn path=/nixpkgs/trunk/; revision=10092 --- pkgs/development/compilers/ghc-6.8/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/compilers/ghc-6.8/default.nix b/pkgs/development/compilers/ghc-6.8/default.nix index 80163bfee9d..e4f8ea274b0 100644 --- a/pkgs/development/compilers/ghc-6.8/default.nix +++ b/pkgs/development/compilers/ghc-6.8/default.nix @@ -29,7 +29,7 @@ stdenv.mkDerivation (rec { cat $setupHook >> $out/nix-support/setup-hook "; - configureFlags="--with-gmp-libraries=${gmp}/lib --with-gmp-includes=${gmp}/include"; + configureFlags="--with-gmp-libraries=${gmp}/lib --with-readline-libraries=${readline}/lib --with-gmp-includes=${gmp}/include"; preConfigure = " # still requires a hack for ncurses