about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
diff options
context:
space:
mode:
authorDennis Gosnell <cdep.illabout@gmail.com>2023-07-03 13:33:30 +0900
committerDennis Gosnell <cdep.illabout@gmail.com>2023-07-03 13:33:30 +0900
commit5afd97510b8da477240546d3c22b9d20780688fd (patch)
treeb34f14ff083d458d27a66ff33a299cfe9e656c23 /pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
parent766d462426fdb3c1a2af6993bf916e4225ca8758 (diff)
downloadnixlib-5afd97510b8da477240546d3c22b9d20780688fd.tar
nixlib-5afd97510b8da477240546d3c22b9d20780688fd.tar.gz
nixlib-5afd97510b8da477240546d3c22b9d20780688fd.tar.bz2
nixlib-5afd97510b8da477240546d3c22b9d20780688fd.tar.lz
nixlib-5afd97510b8da477240546d3c22b9d20780688fd.tar.xz
nixlib-5afd97510b8da477240546d3c22b9d20780688fd.tar.zst
nixlib-5afd97510b8da477240546d3c22b9d20780688fd.zip
haskell.packages.ghc94.haskell-gi: add __CabalEagerPkgConfigWorkaround for more packages
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix7
1 files changed, 7 insertions, 0 deletions
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;