haskell.packages.ghc96.{cairo,glib,pango}: remove jailbreaks

Since the gtk2hs issue was fixed and a new version released, the
jailbreaks are no longer required.
This commit is contained in:
Rodney Lorrimar 2023-07-06 15:55:31 +08:00
parent 83d68068cf
commit 76a030effd
No known key found for this signature in database
GPG key ID: D8B75C95FB4D1143

View file

@ -192,10 +192,6 @@ self: super: {
# by making `pkg-config --static` happy. Note: Cabal 3.9 is also affected, so
# the GHC 9.6 configuration may need similar overrides eventually.
X11-xft = __CabalEagerPkgConfigWorkaround super.X11-xft;
# Jailbreaks for https://github.com/gtk2hs/gtk2hs/issues/323#issuecomment-1416723309
glib = __CabalEagerPkgConfigWorkaround (doJailbreak super.glib);
cairo = __CabalEagerPkgConfigWorkaround (doJailbreak super.cairo);
pango = __CabalEagerPkgConfigWorkaround (doJailbreak super.pango);
# Pending text-2.0 support https://github.com/gtk2hs/gtk2hs/issues/327
gtk = doJailbreak super.gtk;