summary refs log tree commit diff
path: root/pkgs/servers/atlassian
diff options
context:
space:
mode:
authorFelix Buehler <account@buehler.rocks>2021-07-24 23:52:56 +0200
committerFelix Buehler <account@buehler.rocks>2021-07-24 23:52:56 +0200
commit0bbc4bcdba97eb25852bd168808701894129c03b (patch)
tree023e808f951903f1deb6d1770377fb698d19ad03 /pkgs/servers/atlassian
parentfbf61871eee7d7bf3d4130179a5bf02f847b94da (diff)
downloadnixpkgs-0bbc4bcdba97eb25852bd168808701894129c03b.tar
nixpkgs-0bbc4bcdba97eb25852bd168808701894129c03b.tar.gz
nixpkgs-0bbc4bcdba97eb25852bd168808701894129c03b.tar.bz2
nixpkgs-0bbc4bcdba97eb25852bd168808701894129c03b.tar.lz
nixpkgs-0bbc4bcdba97eb25852bd168808701894129c03b.tar.xz
nixpkgs-0bbc4bcdba97eb25852bd168808701894129c03b.tar.zst
nixpkgs-0bbc4bcdba97eb25852bd168808701894129c03b.zip
atlassian-crowd: remove phases
Diffstat (limited to 'pkgs/servers/atlassian')
-rw-r--r--pkgs/servers/atlassian/crowd.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/servers/atlassian/crowd.nix b/pkgs/servers/atlassian/crowd.nix
index f4c257314a8..74d26f65453 100644
--- a/pkgs/servers/atlassian/crowd.nix
+++ b/pkgs/servers/atlassian/crowd.nix
@@ -10,8 +10,6 @@ stdenv.mkDerivation rec {
     sha256 = "1gg4jcwvk4za6j4260dx1vz2dprrnqv8paqf6z86s7ka3y1nx1aj";
   };
 
-  phases = [ "unpackPhase" "buildPhase" "installPhase" "fixupPhase" ];
-
   buildPhase = ''
     mv apache-tomcat/conf/server.xml apache-tomcat/conf/server.xml.dist
     ln -s /run/atlassian-crowd/server.xml apache-tomcat/conf/server.xml