about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
diff options
context:
space:
mode:
authordalpd <denalp@proton.me>2023-07-09 12:33:42 +0300
committersternenseemann <sternenseemann@systemli.org>2023-07-09 12:56:44 +0200
commit5af63b4958cc33679b3987ed0350a572a21ab63c (patch)
tree4d1410d4a33f4fac916a6f92baa8916a63f4c244 /pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
parentde679473b879a88b2b8dee98eecb408c0348f0bd (diff)
downloadnixlib-5af63b4958cc33679b3987ed0350a572a21ab63c.tar
nixlib-5af63b4958cc33679b3987ed0350a572a21ab63c.tar.gz
nixlib-5af63b4958cc33679b3987ed0350a572a21ab63c.tar.bz2
nixlib-5af63b4958cc33679b3987ed0350a572a21ab63c.tar.lz
nixlib-5af63b4958cc33679b3987ed0350a572a21ab63c.tar.xz
nixlib-5af63b4958cc33679b3987ed0350a572a21ab63c.tar.zst
nixlib-5af63b4958cc33679b3987ed0350a572a21ab63c.zip
haskell.packages.ghc94.gtk3: add __CabalEagerPkgConfigWorkaround
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.nix1
1 files changed, 1 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 462836399603..2435c820ea02 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
@@ -183,6 +183,7 @@ in {
   haskell-gi = __CabalEagerPkgConfigWorkaround super.haskell-gi;
   haskell-gi-base = __CabalEagerPkgConfigWorkaround super.haskell-gi-base;
   svgcairo = __CabalEagerPkgConfigWorkaround super.svgcairo;
+  gtk3 = __CabalEagerPkgConfigWorkaround super.gtk3;
 
   # Cabal 3.8 bug workaround for applications using haskell-gi family of libraries
   termonad = __CabalEagerPkgConfigWorkaround super.termonad;