Merge pull request #130767 from Stunkymonkey/gorilla-bin-phases
gorilla-bin: remove phases
This commit is contained in:
commit
8fcbf97205
1 changed files with 0 additions and 1 deletions
|
@ -11,7 +11,6 @@ stdenv.mkDerivation rec {
|
|||
};
|
||||
|
||||
nativeBuildInputs = [ patchelf makeWrapper ];
|
||||
phases = [ "unpackPhase" "installPhase" ];
|
||||
|
||||
unpackCmd = ''
|
||||
mkdir gorilla;
|
||||
|
|
Loading…
Reference in a new issue