From 5afd97510b8da477240546d3c22b9d20780688fd Mon Sep 17 00:00:00 2001 From: Dennis Gosnell Date: Mon, 3 Jul 2023 13:33:30 +0900 Subject: [PATCH] haskell.packages.ghc94.haskell-gi: add __CabalEagerPkgConfigWorkaround for more packages --- .../haskell-modules/configuration-ghc-9.4.x.nix | 7 +++++++ 1 file changed, 7 insertions(+) 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 ec90844bfe27..37761872230c 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix @@ -170,8 +170,15 @@ in { cairo = __CabalEagerPkgConfigWorkaround (doJailbreak super.cairo); pango = __CabalEagerPkgConfigWorkaround (doJailbreak super.pango); + gi-atk = __CabalEagerPkgConfigWorkaround super.gi-atk; gi-cairo = __CabalEagerPkgConfigWorkaround super.gi-cairo; + 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-harfbuzz = __CabalEagerPkgConfigWorkaround super.gi-harfbuzz; + gi-pango = __CabalEagerPkgConfigWorkaround super.gi-pango; haskell-gi = __CabalEagerPkgConfigWorkaround super.haskell-gi; haskell-gi-base = __CabalEagerPkgConfigWorkaround super.haskell-gi-base;