haskellPackages.haskell-gi: pull a patch to fix .gi-glib

https://hydra.nixos.org/build/257560741/nixlog/2/tail
This commit is contained in:
Vladimír Čunát 2024-04-27 09:21:24 +02:00
parent ac252ffaef
commit 58b388b137
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -2242,6 +2242,13 @@ self: super: {
# https://github.com/merijn/paramtree/issues/4
paramtree = dontCheck super.paramtree;
# https://github.com/haskell-gi/haskell-gi/issues/431
haskell-gi = appendPatch (fetchpatch {
url = "https://github.com/haskell-gi/haskell-gi/pull/430/commits/9ee545ad5028e5de8e1e1d96bbba2b9dbab47480.diff";
hash = "sha256-kh32mZ7EdlOsg7HQILB7Y/EkHIqG/mozbnd/kbP+WDk=";
})
super.haskell-gi;
# Too strict version bounds on haskell-gi
# https://github.com/owickstrom/gi-gtk-declarative/issues/100
gi-gtk-declarative = doJailbreak super.gi-gtk-declarative;