ghcjs: remove phases
We can just disable each one we don't want manually.
This commit is contained in:
parent
4627f0719d
commit
30913cc998
@ -69,7 +69,8 @@ in stdenv.mkDerivation {
|
|||||||
] ++ lib.optionals stdenv.isDarwin [
|
] ++ lib.optionals stdenv.isDarwin [
|
||||||
gcc # https://github.com/ghcjs/ghcjs/issues/663
|
gcc # https://github.com/ghcjs/ghcjs/issues/663
|
||||||
];
|
];
|
||||||
phases = ["unpackPhase" "buildPhase"];
|
dontConfigure = true;
|
||||||
|
dontInstall = true;
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
export HOME=$TMP
|
export HOME=$TMP
|
||||||
mkdir $HOME/.cabal
|
mkdir $HOME/.cabal
|
||||||
|
Loading…
x
Reference in New Issue
Block a user