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:29:23 +0300
committersternenseemann <sternenseemann@systemli.org>2023-07-09 12:55:16 +0200
commitde679473b879a88b2b8dee98eecb408c0348f0bd (patch)
tree46540411542042cfdba6684848a0aedc32f2c8bc /pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
parenta5c6661e35ff4c6e13caf6006dffaeebb3d8ba49 (diff)
downloadnixlib-de679473b879a88b2b8dee98eecb408c0348f0bd.tar
nixlib-de679473b879a88b2b8dee98eecb408c0348f0bd.tar.gz
nixlib-de679473b879a88b2b8dee98eecb408c0348f0bd.tar.bz2
nixlib-de679473b879a88b2b8dee98eecb408c0348f0bd.tar.lz
nixlib-de679473b879a88b2b8dee98eecb408c0348f0bd.tar.xz
nixlib-de679473b879a88b2b8dee98eecb408c0348f0bd.tar.zst
nixlib-de679473b879a88b2b8dee98eecb408c0348f0bd.zip
haskell.packages.ghc94.svgcairo: 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 194c7d5db942..462836399603 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
@@ -182,6 +182,7 @@ in {
   gi-vte = __CabalEagerPkgConfigWorkaround super.gi-vte;
   haskell-gi = __CabalEagerPkgConfigWorkaround super.haskell-gi;
   haskell-gi-base = __CabalEagerPkgConfigWorkaround super.haskell-gi-base;
+  svgcairo = __CabalEagerPkgConfigWorkaround super.svgcairo;
 
   # Cabal 3.8 bug workaround for applications using haskell-gi family of libraries
   termonad = __CabalEagerPkgConfigWorkaround super.termonad;