gorilla-bin: remove phases

wip/nixpkgs-raku
Felix Buehler 3 years ago
parent 915a8aac33
commit 0aa95470e8
  1. 1
      pkgs/tools/security/gorilla-bin/default.nix

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

Loading…
Cancel
Save