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:04:15 +0900
committerDennis Gosnell <cdep.illabout@gmail.com>2023-07-03 13:04:15 +0900
commit766d462426fdb3c1a2af6993bf916e4225ca8758 (patch)
treedc477bc4b6ebc9e60b8a7047376be0e1fe7cd735 /pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
parent0f9bc0e7755109121286cd2c71f76ce16dc03e55 (diff)
downloadnixlib-766d462426fdb3c1a2af6993bf916e4225ca8758.tar
nixlib-766d462426fdb3c1a2af6993bf916e4225ca8758.tar.gz
nixlib-766d462426fdb3c1a2af6993bf916e4225ca8758.tar.bz2
nixlib-766d462426fdb3c1a2af6993bf916e4225ca8758.tar.lz
nixlib-766d462426fdb3c1a2af6993bf916e4225ca8758.tar.xz
nixlib-766d462426fdb3c1a2af6993bf916e4225ca8758.tar.zst
nixlib-766d462426fdb3c1a2af6993bf916e4225ca8758.zip
haskell.packages.ghc94.haskell-gi: add __CabalEagerPkgConfigWorkaround for some 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.nix5
1 files changed, 5 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 dc50f935231a..ec90844bfe27 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
@@ -170,6 +170,11 @@ in {
   cairo = __CabalEagerPkgConfigWorkaround (doJailbreak super.cairo);
   pango = __CabalEagerPkgConfigWorkaround (doJailbreak super.pango);
 
+  gi-cairo = __CabalEagerPkgConfigWorkaround super.gi-cairo;
+  gi-glib = __CabalEagerPkgConfigWorkaround super.gi-glib;
+  haskell-gi = __CabalEagerPkgConfigWorkaround super.haskell-gi;
+  haskell-gi-base = __CabalEagerPkgConfigWorkaround super.haskell-gi-base;
+
   # Pending text-2.0 support https://github.com/gtk2hs/gtk2hs/issues/327
   gtk = doJailbreak super.gtk;
 }