summary refs log tree commit diff
path: root/pkgs/system/all-packages-generic.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2005-10-04 20:16:33 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2005-10-04 20:16:33 +0000
commit45f652ce1ba28a9ad56533a6db7d2d771738118c (patch)
tree254e32848b9e396aa6ac5d57a7c13b0f9345d153 /pkgs/system/all-packages-generic.nix
parentd95b8c1db3f7d6f1133995b2ddf27bfe8acc93a6 (diff)
downloadnixpkgs-45f652ce1ba28a9ad56533a6db7d2d771738118c.tar
nixpkgs-45f652ce1ba28a9ad56533a6db7d2d771738118c.tar.gz
nixpkgs-45f652ce1ba28a9ad56533a6db7d2d771738118c.tar.bz2
nixpkgs-45f652ce1ba28a9ad56533a6db7d2d771738118c.tar.lz
nixpkgs-45f652ce1ba28a9ad56533a6db7d2d771738118c.tar.xz
nixpkgs-45f652ce1ba28a9ad56533a6db7d2d771738118c.tar.zst
nixpkgs-45f652ce1ba28a9ad56533a6db7d2d771738118c.zip
* Pass readline and ncurses to the source-built ghc as well.
svn path=/nixpkgs/trunk/; revision=4013
Diffstat (limited to 'pkgs/system/all-packages-generic.nix')
-rw-r--r--pkgs/system/all-packages-generic.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix
index 9839878e0e1..749a59d860c 100644
--- a/pkgs/system/all-packages-generic.nix
+++ b/pkgs/system/all-packages-generic.nix
@@ -563,7 +563,7 @@ rec {
   };
 
   ghc = (import ../development/compilers/ghc) {
-    inherit fetchurl stdenv perl;
+    inherit fetchurl stdenv perl ncurses readline;
     ghc = ghcboot;
     m4 = gnum4;
   };