termonad: get building

This commit is contained in:
Dennis Gosnell 2023-07-03 13:56:40 +09:00
parent 64b2287b70
commit 44e687d50f
No known key found for this signature in database
GPG key ID: 462E0C03D11422F4

View file

@ -186,6 +186,9 @@ in {
haskell-gi = __CabalEagerPkgConfigWorkaround super.haskell-gi;
haskell-gi-base = __CabalEagerPkgConfigWorkaround super.haskell-gi-base;
# Cabal 3.8 bug workaround for applications using haskell-gi family of libraries
termonad = __CabalEagerPkgConfigWorkaround super.termonad;
# Pending text-2.0 support https://github.com/gtk2hs/gtk2hs/issues/327
gtk = doJailbreak super.gtk;
}