haskellPackages.patch: fix build on ghc 9.8

This commit is contained in:
Alexandre Esteves 2024-05-01 20:37:52 +01:00
parent a78477d2ba
commit c17cf689c9

View File

@ -131,4 +131,10 @@ self: super: {
})
super.libmpd;
# Loosen bounds
patch = appendPatch (pkgs.fetchpatch {
url = "https://github.com/reflex-frp/patch/commit/91fed138483a7bf2b098d45b9e5cc36191776320.patch";
sha256 = "sha256-/KLfIshia88lU5G/hA7ild7+a2mqc7qgSa9AEBqEqkQ=";
}) super.patch;
}