summary refs log tree commit diff
diff options
context:
space:
mode:
authormichael bishop <cleverca22@gmail.com>2016-06-03 06:46:54 -0300
committermichael bishop <cleverca22@gmail.com>2016-06-03 06:46:54 -0300
commit85b87796ae2506b7d77040ac873df17580bffce7 (patch)
tree7080b0c25503cba34d65fc200acd2841127aa31f
parentcedfeda2a12d55655c341c6d3b986b7ae8a6fe2f (diff)
downloadnixpkgs-85b87796ae2506b7d77040ac873df17580bffce7.tar
nixpkgs-85b87796ae2506b7d77040ac873df17580bffce7.tar.gz
nixpkgs-85b87796ae2506b7d77040ac873df17580bffce7.tar.bz2
nixpkgs-85b87796ae2506b7d77040ac873df17580bffce7.tar.lz
nixpkgs-85b87796ae2506b7d77040ac873df17580bffce7.tar.xz
nixpkgs-85b87796ae2506b7d77040ac873df17580bffce7.tar.zst
nixpkgs-85b87796ae2506b7d77040ac873df17580bffce7.zip
runit: fix closure size
-rw-r--r--pkgs/tools/system/runit/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/tools/system/runit/default.nix b/pkgs/tools/system/runit/default.nix
index 70c49335eaf..c10e41d709b 100644
--- a/pkgs/tools/system/runit/default.nix
+++ b/pkgs/tools/system/runit/default.nix
@@ -9,8 +9,6 @@ stdenv.mkDerivation rec {
     sha256 = "065s8w62r6chjjs6m9hapcagy33m75nlnxb69vg0f4ngn061dl3g";
   };
 
-  phases = [ "unpackPhase" "patchPhase" "buildPhase" "checkPhase" "installPhase" ];
-
   patches = [ ./Makefile.patch ];
 
   postPatch = ''