about summary refs log tree commit diff
path: root/pkgs/development/compilers/ghc/6.8.3.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/compilers/ghc/6.8.3.nix')
-rw-r--r--pkgs/development/compilers/ghc/6.8.3.nix5
1 files changed, 0 insertions, 5 deletions
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";
   };