taffybar: remove obsolete overrides

This commit is contained in:
sternenseemann 2023-08-18 10:36:21 +02:00
parent a0afb90037
commit 3c62c4675e

View file

@ -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;