about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
diff options
context:
space:
mode:
authormaralorn <mail@maralorn.de>2023-07-15 12:10:14 +0200
committermaralorn <mail@maralorn.de>2023-07-15 12:10:14 +0200
commitde6a8565eea11dfe06a6ae4163d883c338b12037 (patch)
treeae31432e9f955dad62b09f6ebaa93afeabd6a2d9 /pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
parent5619bfa758703baec61399868ad77bd2400e7599 (diff)
downloadnixlib-de6a8565eea11dfe06a6ae4163d883c338b12037.tar
nixlib-de6a8565eea11dfe06a6ae4163d883c338b12037.tar.gz
nixlib-de6a8565eea11dfe06a6ae4163d883c338b12037.tar.bz2
nixlib-de6a8565eea11dfe06a6ae4163d883c338b12037.tar.lz
nixlib-de6a8565eea11dfe06a6ae4163d883c338b12037.tar.xz
nixlib-de6a8565eea11dfe06a6ae4163d883c338b12037.tar.zst
nixlib-de6a8565eea11dfe06a6ae4163d883c338b12037.zip
haskellPackages: Add workaround for more haskell-gi 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.nix3
1 files changed, 3 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 6aadbfe97f1a..b2ec7adc1662 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
@@ -187,6 +187,9 @@ in {
   haskell-gi-base = __CabalEagerPkgConfigWorkaround super.haskell-gi-base;
   svgcairo = __CabalEagerPkgConfigWorkaround super.svgcairo;
   gtk3 = __CabalEagerPkgConfigWorkaround super.gtk3;
+  webkit2gtk3-javascriptcore = __CabalEagerPkgConfigWorkaround super.webkit2gtk3-javascriptcore;
+  gi-javascriptcore = __CabalEagerPkgConfigWorkaround super.gi-javascriptcore;
+  gi-soup = __CabalEagerPkgConfigWorkaround super.gi-soup;
   gio = __CabalEagerPkgConfigWorkaround super.gio;
   gtk = __CabalEagerPkgConfigWorkaround super.gtk;