diff --git a/pkgs/test/haskell/shellFor/default.nix b/pkgs/test/haskell/shellFor/default.nix index 87671f4bc798..e91649233c91 100644 --- a/pkgs/test/haskell/shellFor/default.nix +++ b/pkgs/test/haskell/shellFor/default.nix @@ -16,11 +16,6 @@ # `extraDependencies` that are not in the closure of `packages`. extraDependencies = p: { libraryHaskellDepends = [ p.conduit ]; }; nativeBuildInputs = [ cabal-install ]; - phases = [ - "unpackPhase" - "buildPhase" - "installPhase" - ]; unpackPhase = '' sourceRoot=$(pwd)/scratch mkdir -p "$sourceRoot"