about summary refs log tree commit diff
path: root/pkgs/development/compilers
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/compilers')
-rw-r--r--pkgs/development/compilers/ghc/6.6.1.nix2
-rw-r--r--pkgs/development/compilers/ghc/6.8.2.nix5
-rw-r--r--pkgs/development/compilers/ghc/6.8.3.nix5
3 files changed, 0 insertions, 12 deletions
diff --git a/pkgs/development/compilers/ghc/6.6.1.nix b/pkgs/development/compilers/ghc/6.6.1.nix
index 841306578eb69..b8be216c8dc62 100644
--- a/pkgs/development/compilers/ghc/6.6.1.nix
+++ b/pkgs/development/compilers/ghc/6.6.1.nix
@@ -14,8 +14,6 @@ stdenv.mkDerivation (rec {
 
   buildInputs = [ghc readline perl58 m4 gmp];
 
-  setupHook = ./setup-hook.sh;
-
   meta = {
     description = "The Glasgow Haskell Compiler";
   };
diff --git a/pkgs/development/compilers/ghc/6.8.2.nix b/pkgs/development/compilers/ghc/6.8.2.nix
index 9b78a979a9678..2bcd88dc2feeb 100644
--- a/pkgs/development/compilers/ghc/6.8.2.nix
+++ b/pkgs/development/compilers/ghc/6.8.2.nix
@@ -16,11 +16,6 @@ stdenv.mkDerivation (rec {
 
   buildInputs = [ghc readline perl m4 gmp];
 
-  # The setup hook is executed by other packages building with ghc.
-  # It then looks for package configurations that are available and
-  # build a package database on the fly.
-  setupHook = ./setup-hook.sh;
-
   meta = {
     description = "The Glasgow Haskell Compiler";
   };
diff --git a/pkgs/development/compilers/ghc/6.8.3.nix b/pkgs/development/compilers/ghc/6.8.3.nix
index 98ddca5b36dcc..07369ddc6f5fa 100644
--- a/pkgs/development/compilers/ghc/6.8.3.nix
+++ b/pkgs/development/compilers/ghc/6.8.3.nix
@@ -15,11 +15,6 @@ stdenv.mkDerivation (rec {
 
   buildInputs = [ghc readline perl m4 gmp haddock];
 
-  # The setup hook is executed by other packages building with ghc.
-  # It then looks for package configurations that are available and
-  # build a package database on the fly.
-  setupHook = ./setup-hook.sh;
-
   meta = {
     description = "The Glasgow Haskell Compiler";
   };