about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
diff options
context:
space:
mode:
authorMiao, ZhiCheng <zhicheng.miao@gmail.com>2023-04-23 16:29:00 +0300
committerMiao, ZhiCheng <zhicheng.miao@gmail.com>2023-04-24 00:32:10 +0300
commite7ec5e110c85fcffb5d920a7fb538bb6c0318069 (patch)
treeb71cee99f62f938021a29b8ce89d3f8bb0b7d945 /pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
parent355cb4ce6bbc3f6f238b8a92d61332b2bec753a5 (diff)
downloadnixlib-e7ec5e110c85fcffb5d920a7fb538bb6c0318069.tar
nixlib-e7ec5e110c85fcffb5d920a7fb538bb6c0318069.tar.gz
nixlib-e7ec5e110c85fcffb5d920a7fb538bb6c0318069.tar.bz2
nixlib-e7ec5e110c85fcffb5d920a7fb538bb6c0318069.tar.lz
nixlib-e7ec5e110c85fcffb5d920a7fb538bb6c0318069.tar.xz
nixlib-e7ec5e110c85fcffb5d920a7fb538bb6c0318069.tar.zst
nixlib-e7ec5e110c85fcffb5d920a7fb538bb6c0318069.zip
haskellPackages.gtk: fix build
- More addPkgconfigDepends
- doJailbreak
- Tested pkgsets:
  - [x] .#haskell.packages.ghc92.gtk
  - [x] .#haskell.packages.ghc94.gtk
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.nix2
1 files changed, 2 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 a8e9c4623e2b..3721b10227c6 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
@@ -225,4 +225,6 @@ in {
   # failing during the Setup.hs phase: https://github.com/gtk2hs/gtk2hs/issues/323.
   gtk2hs-buildtools = appendPatch ./patches/gtk2hs-buildtools-fix-ghc-9.4.x.patch super.gtk2hs-buildtools;
 
+  # Pending text-2.0 support https://github.com/gtk2hs/gtk2hs/issues/327
+  gtk = doJailbreak super.gtk;
 }