From 3c62c4675e3e50ffb45cf1c5f6260bc657cce10b Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Fri, 18 Aug 2023 10:36:21 +0200 Subject: taffybar: remove obsolete overrides --- pkgs/development/haskell-modules/configuration-common.nix | 7 ------- 1 file changed, 7 deletions(-) (limited to 'pkgs/development/haskell-modules') diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 74dbba6edc5..68eae72d7e9 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2531,13 +2531,6 @@ self: super: { }) super.polynomial); - # Unreleased bound relaxing patch allowing scotty 0.12 - taffybar = appendPatch (pkgs.fetchpatch { - name = "taffybar-allow-scotty-0.12.patch"; - url = "https://github.com/taffybar/taffybar/commit/2e428ba550fc51067526a0350b91185acef72d19.patch"; - sha256 = "1lpcz671mk5cwqffjfi9ncc0d67bmwgzypy3i37a2fhfmxd0y3nl"; - }) ((p: assert p.version == "4.0.0"; p) super.taffybar); - # Tests likely broke because of https://github.com/nick8325/quickcheck/issues/359, # but fft is not on GitHub, so no issue reported. fft = dontCheck super.fft; -- cgit 1.4.1