about summary refs log tree commit diff
path: root/pkgs/tools/security/gorilla-bin
diff options
context:
space:
mode:
authorFelix Buehler <account@buehler.rocks>2021-07-20 13:54:47 +0200
committerFelix Buehler <account@buehler.rocks>2021-07-20 13:54:47 +0200
commit0aa95470e8b67a3508c33ae8af903d490bd1c8ea (patch)
tree5816f2148143f324109885dcdb2f209dcb20c34b /pkgs/tools/security/gorilla-bin
parent915a8aac334756ade33d4a44d73eb3870f7467be (diff)
gorilla-bin: remove phases
Diffstat (limited to 'pkgs/tools/security/gorilla-bin')
-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 68aa7c4881984..228271742c640 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;