about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
diff options
context:
space:
mode:
authorRodney Lorrimar <dev@rodney.id.au>2023-07-06 15:55:31 +0800
committerRodney Lorrimar <dev@rodney.id.au>2023-07-06 20:18:41 +0800
commit76a030effd500633f45680b731fdf09856247fb2 (patch)
tree6c495854591e23ce8c46f2a60d40168a92d503e6 /pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
parent83d68068cf115a18f6a2670d9dd9e5299f0f248d (diff)
downloadnixlib-76a030effd500633f45680b731fdf09856247fb2.tar
nixlib-76a030effd500633f45680b731fdf09856247fb2.tar.gz
nixlib-76a030effd500633f45680b731fdf09856247fb2.tar.bz2
nixlib-76a030effd500633f45680b731fdf09856247fb2.tar.lz
nixlib-76a030effd500633f45680b731fdf09856247fb2.tar.xz
nixlib-76a030effd500633f45680b731fdf09856247fb2.tar.zst
nixlib-76a030effd500633f45680b731fdf09856247fb2.zip
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.
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
index 83023bf96a86..13cf739f60fb 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
@@ -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;