1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-25 15:11:35 +00:00

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;