ghcjs: remove phases

We can just disable each one we don't want manually.
This commit is contained in:
Matthew Justin Bauer 2018-06-18 15:44:23 -04:00 committed by GitHub
parent 4627f0719d
commit 30913cc998
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -69,7 +69,8 @@ in stdenv.mkDerivation {
] ++ lib.optionals stdenv.isDarwin [
gcc # https://github.com/ghcjs/ghcjs/issues/663
];
phases = ["unpackPhase" "buildPhase"];
dontConfigure = true;
dontInstall = true;
buildPhase = ''
export HOME=$TMP
mkdir $HOME/.cabal