haskell.packages.ghc94.svgcairo: add __CabalEagerPkgConfigWorkaround

This commit is contained in:
dalpd 2023-07-09 12:29:23 +03:00 committed by sternenseemann
parent a5c6661e35
commit de679473b8

View file

@ -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;