mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-05 19:53:43 +00:00
haskellPackages.patch: fix build on ghc 9.8
This commit is contained in:
parent
a78477d2ba
commit
c17cf689c9
@ -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;
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user