From 64b2287b70fdbbfefd9469f9e8a19d53de653873 Mon Sep 17 00:00:00 2001 From: Dennis Gosnell Date: Mon, 3 Jul 2023 13:56:22 +0900 Subject: [PATCH] haskell.packages.ghc94.haskell-gi: add __CabalEagerPkgConfigWorkaround for even more packages --- .../development/haskell-modules/configuration-ghc-9.4.x.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix index 37761872230c..b8280ba41b6e 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix @@ -170,15 +170,19 @@ in { cairo = __CabalEagerPkgConfigWorkaround (doJailbreak super.cairo); pango = __CabalEagerPkgConfigWorkaround (doJailbreak super.pango); + # Cabal 3.8 bug workaround for haskell-gi family of libraries gi-atk = __CabalEagerPkgConfigWorkaround super.gi-atk; gi-cairo = __CabalEagerPkgConfigWorkaround super.gi-cairo; + gi-gdk = __CabalEagerPkgConfigWorkaround super.gi-gdk; gi-gdkpixbuf = __CabalEagerPkgConfigWorkaround super.gi-gdkpixbuf; gi-gio = __CabalEagerPkgConfigWorkaround super.gi-gio; gi-glib = __CabalEagerPkgConfigWorkaround super.gi-glib; - gi-gobject = __CabalEagerPkgConfigWorkaround super.gi-gobject; gi-gmodule = __CabalEagerPkgConfigWorkaround super.gi-gmodule; + gi-gobject = __CabalEagerPkgConfigWorkaround super.gi-gobject; + gi-gtk = __CabalEagerPkgConfigWorkaround super.gi-gtk; gi-harfbuzz = __CabalEagerPkgConfigWorkaround super.gi-harfbuzz; gi-pango = __CabalEagerPkgConfigWorkaround super.gi-pango; + gi-vte = __CabalEagerPkgConfigWorkaround super.gi-vte; haskell-gi = __CabalEagerPkgConfigWorkaround super.haskell-gi; haskell-gi-base = __CabalEagerPkgConfigWorkaround super.haskell-gi-base;