Merge pull request #130767 from Stunkymonkey/gorilla-bin-phases
gorilla-bin: remove phases
This commit is contained in:
@@ -11,7 +11,6 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ patchelf makeWrapper ];
|
||||
phases = [ "unpackPhase" "installPhase" ];
|
||||
|
||||
unpackCmd = ''
|
||||
mkdir gorilla;
|
||||
|
||||
Reference in New Issue
Block a user