Merge pull request #130767 from Stunkymonkey/gorilla-bin-phases

gorilla-bin: remove phases
This commit is contained in:
Sandro
2021-07-22 16:50:17 +02:00
committed by GitHub
@@ -11,7 +11,6 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [ patchelf makeWrapper ];
phases = [ "unpackPhase" "installPhase" ];
unpackCmd = ''
mkdir gorilla;