mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
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 [
|
||||
gcc # https://github.com/ghcjs/ghcjs/issues/663
|
||||
];
|
||||
phases = ["unpackPhase" "buildPhase"];
|
||||
dontConfigure = true;
|
||||
dontInstall = true;
|
||||
buildPhase = ''
|
||||
export HOME=$TMP
|
||||
mkdir $HOME/.cabal
|
||||
|
Loading…
Reference in New Issue
Block a user