haskell.packages.ghc94.haskell-gi: add __CabalEagerPkgConfigWorkaround for some packages

This commit is contained in:
Dennis Gosnell 2023-07-03 13:04:15 +09:00
parent 0f9bc0e775
commit 766d462426
No known key found for this signature in database
GPG key ID: 462E0C03D11422F4

View file

@ -170,6 +170,11 @@ in {
cairo = __CabalEagerPkgConfigWorkaround (doJailbreak super.cairo);
pango = __CabalEagerPkgConfigWorkaround (doJailbreak super.pango);
gi-cairo = __CabalEagerPkgConfigWorkaround super.gi-cairo;
gi-glib = __CabalEagerPkgConfigWorkaround super.gi-glib;
haskell-gi = __CabalEagerPkgConfigWorkaround super.haskell-gi;
haskell-gi-base = __CabalEagerPkgConfigWorkaround super.haskell-gi-base;
# Pending text-2.0 support https://github.com/gtk2hs/gtk2hs/issues/327
gtk = doJailbreak super.gtk;
}