summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-07-22 16:50:17 +0200
committerGitHub <noreply@github.com>2021-07-22 16:50:17 +0200
commit8fcbf972053b09fe6587fa5a62d39b17e5e4e69b (patch)
treea43b464dc394f6b84f8b0f604ee1109aeb9c7400 /pkgs/tools
parentb3b0eb49e2951c7e805b3920c672c2c5d9c77fff (diff)
parent0aa95470e8b67a3508c33ae8af903d490bd1c8ea (diff)
downloadnixpkgs-8fcbf972053b09fe6587fa5a62d39b17e5e4e69b.tar
nixpkgs-8fcbf972053b09fe6587fa5a62d39b17e5e4e69b.tar.gz
nixpkgs-8fcbf972053b09fe6587fa5a62d39b17e5e4e69b.tar.bz2
nixpkgs-8fcbf972053b09fe6587fa5a62d39b17e5e4e69b.tar.lz
nixpkgs-8fcbf972053b09fe6587fa5a62d39b17e5e4e69b.tar.xz
nixpkgs-8fcbf972053b09fe6587fa5a62d39b17e5e4e69b.tar.zst
nixpkgs-8fcbf972053b09fe6587fa5a62d39b17e5e4e69b.zip
Merge pull request #130767 from Stunkymonkey/gorilla-bin-phases
gorilla-bin: remove phases
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/security/gorilla-bin/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/tools/security/gorilla-bin/default.nix b/pkgs/tools/security/gorilla-bin/default.nix
index 68aa7c48819..228271742c6 100644
--- a/pkgs/tools/security/gorilla-bin/default.nix
+++ b/pkgs/tools/security/gorilla-bin/default.nix
@@ -11,7 +11,6 @@ stdenv.mkDerivation rec {
   };
 
   nativeBuildInputs = [ patchelf makeWrapper ];
-  phases = [ "unpackPhase" "installPhase" ];
 
   unpackCmd = ''
     mkdir gorilla;