From e991432eefbca0d3b3598c74bc8cf753bbef9453 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Tue, 28 Jun 2016 12:32:39 +0200 Subject: gitit: remove filestore patch --- pkgs/openlab/gitit/default.nix | 3 --- 1 file changed, 3 deletions(-) (limited to 'pkgs/openlab/gitit/default.nix') diff --git a/pkgs/openlab/gitit/default.nix b/pkgs/openlab/gitit/default.nix index 9edb81c1..29889e29 100644 --- a/pkgs/openlab/gitit/default.nix +++ b/pkgs/openlab/gitit/default.nix @@ -12,9 +12,6 @@ let hp = haskellPackages.override { platforms = [ "x86_64-linux" ]; hydraPlatforms = platforms; })); - filestore = (hlib.overrideCabal super.filestore (drv: { - patches = [ ./filestore.patch ]; - })); }); }; in hp.gitit -- cgit 1.4.1