runit: fix closure size

This commit is contained in:
michael bishop 2016-06-03 06:46:54 -03:00
parent cedfeda2a1
commit 85b87796ae
No known key found for this signature in database
GPG key ID: C294FC1A485A409A

View file

@ -9,8 +9,6 @@ stdenv.mkDerivation rec {
sha256 = "065s8w62r6chjjs6m9hapcagy33m75nlnxb69vg0f4ngn061dl3g";
};
phases = [ "unpackPhase" "patchPhase" "buildPhase" "checkPhase" "installPhase" ];
patches = [ ./Makefile.patch ];
postPatch = ''