summary refs log tree commit diff
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2018-03-26 13:40:22 -0400
committerShea Levy <shea@shealevy.com>2018-03-26 13:40:22 -0400
commit2b3ba40c03a87d2e9c3e1bff9f07da2c2a3e885a (patch)
tree9ddb81530e375f7ba21516eb5fb6c553eb7f6014
parent7d8d5d4f6f6eab8faf51c3b36738007f45f63991 (diff)
downloadnixlib-2b3ba40c03a87d2e9c3e1bff9f07da2c2a3e885a.tar
nixlib-2b3ba40c03a87d2e9c3e1bff9f07da2c2a3e885a.tar.gz
nixlib-2b3ba40c03a87d2e9c3e1bff9f07da2c2a3e885a.tar.bz2
nixlib-2b3ba40c03a87d2e9c3e1bff9f07da2c2a3e885a.tar.lz
nixlib-2b3ba40c03a87d2e9c3e1bff9f07da2c2a3e885a.tar.xz
nixlib-2b3ba40c03a87d2e9c3e1bff9f07da2c2a3e885a.tar.zst
nixlib-2b3ba40c03a87d2e9c3e1bff9f07da2c2a3e885a.zip
haskellPackages.lenz: Remove outdated patch.
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix11
1 files changed, 0 insertions, 11 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index d2155626dafe..4a27cd012d7f 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -920,17 +920,6 @@ self: super: {
   # https://github.com/bos/text-icu/issues/32
   text-icu = dontCheck super.text-icu;
 
-  # https://github.com/strake/lenz.hs/issues/2
-  lenz =
-    let patch = pkgs.fetchpatch
-          { url = https://github.com/strake/lenz.hs/commit/4b9b79104759b9c6b24484455e1eb0d962eb3cff.patch;
-            sha256 = "02i0w9i55a4r251wgjzl5vbk6m2qhilwl7bfp5jwmf22z66sglyn";
-          };
-    in overrideCabal super.lenz (drv:
-      { patches = (drv.patches or []) ++ [ patch ];
-        editedCabalFile = null;
-      });
-
   # https://github.com/haskell/cabal/issues/4969
   haddock-library_1_4_4 = dontHaddock super.haddock-library_1_4_4;
   haddock-api = super.haddock-api.override { haddock-library = self.haddock-library_1_4_4; };