haskell.packages.ghc94.gtk3: add __CabalEagerPkgConfigWorkaround

This commit is contained in:
dalpd 2023-07-09 12:33:42 +03:00 committed by sternenseemann
parent de679473b8
commit 5af63b4958

View file

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