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
commit 8fcbf97205
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,6 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [ patchelf makeWrapper ];
phases = [ "unpackPhase" "installPhase" ];
unpackCmd = ''
mkdir gorilla;