summary refs log tree commit diff
path: root/pkgs/system/all-packages-generic.nix
diff options
context:
space:
mode:
authorAndres Löh <mail@andres-loeh.de>2006-01-31 23:58:32 +0000
committerAndres Löh <mail@andres-loeh.de>2006-01-31 23:58:32 +0000
commit51e287469ce64d5a45d4c2247c39358c7f081998 (patch)
treec1917e2ede92373af2f83266206920428b5bcb32 /pkgs/system/all-packages-generic.nix
parent03ffede2285d3ad777642d6c81ae53177f424660 (diff)
downloadnixpkgs-51e287469ce64d5a45d4c2247c39358c7f081998.tar
nixpkgs-51e287469ce64d5a45d4c2247c39358c7f081998.tar.gz
nixpkgs-51e287469ce64d5a45d4c2247c39358c7f081998.tar.bz2
nixpkgs-51e287469ce64d5a45d4c2247c39358c7f081998.tar.lz
nixpkgs-51e287469ce64d5a45d4c2247c39358c7f081998.tar.xz
nixpkgs-51e287469ce64d5a45d4c2247c39358c7f081998.tar.zst
nixpkgs-51e287469ce64d5a45d4c2247c39358c7f081998.zip
* ghc should call the gcc instance it's been built with (to compile Haskell code)
svn path=/nixpkgs/trunk/; revision=4658
Diffstat (limited to 'pkgs/system/all-packages-generic.nix')
-rw-r--r--pkgs/system/all-packages-generic.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix
index 03e245fcc22..5b09d4cebf7 100644
--- a/pkgs/system/all-packages-generic.nix
+++ b/pkgs/system/all-packages-generic.nix
@@ -686,6 +686,7 @@ rec {
 
   ghc = (import ../development/compilers/ghc) {
     inherit fetchurl stdenv perl ncurses readline;
+    gcc = stdenv.gcc;
     ghc = ghcboot;
     m4 = gnum4;
   };