diff --git a/pkgs/development/compilers/ghc/boot.nix b/pkgs/development/compilers/ghc/boot.nix index 84a0316c252..9e0283ea00b 100644 --- a/pkgs/development/compilers/ghc/boot.nix +++ b/pkgs/development/compilers/ghc/boot.nix @@ -2,7 +2,6 @@ stdenv.mkDerivation { name = if stdenv.system == "i686-darwin" then "ghc-6.6.1" else "ghc-6.4.2"; - builder = ./boot.sh; src = if stdenv.system == "i686-linux" then