gorilla-bin: remove phases

This commit is contained in:
Felix Buehler 2021-07-20 13:54:47 +02:00
parent 915a8aac33
commit 0aa95470e8

View file

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