haskellPackages.gtk: fix build

- More addPkgconfigDepends
- doJailbreak
- Tested pkgsets:
  - [x] .#haskell.packages.ghc92.gtk
  - [x] .#haskell.packages.ghc94.gtk
This commit is contained in:
Miao, ZhiCheng 2023-04-23 16:29:00 +03:00
parent 355cb4ce6b
commit e7ec5e110c
No known key found for this signature in database
GPG key ID: 1080B4863AD0F5D1

View file

@ -225,4 +225,6 @@ in {
# failing during the Setup.hs phase: https://github.com/gtk2hs/gtk2hs/issues/323.
gtk2hs-buildtools = appendPatch ./patches/gtk2hs-buildtools-fix-ghc-9.4.x.patch super.gtk2hs-buildtools;
# Pending text-2.0 support https://github.com/gtk2hs/gtk2hs/issues/327
gtk = doJailbreak super.gtk;
}