summary refs log tree commit diff
path: root/pkgs/tools/security/gorilla-bin/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/security/gorilla-bin/default.nix')
-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;