about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
diff options
context:
space:
mode:
authormaralorn <mail@maralorn.de>2023-07-15 12:08:53 +0200
committermaralorn <mail@maralorn.de>2023-07-15 12:08:53 +0200
commitace41329a55baca40cb4c4baccd19670cdaa65c7 (patch)
treeaf392a37439939dd8a0dac8157061dad59095a8f /pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
parent5bd1f315ba5935761b912bf6237282e2bb3e2693 (diff)
downloadnixlib-ace41329a55baca40cb4c4baccd19670cdaa65c7.tar
nixlib-ace41329a55baca40cb4c4baccd19670cdaa65c7.tar.gz
nixlib-ace41329a55baca40cb4c4baccd19670cdaa65c7.tar.bz2
nixlib-ace41329a55baca40cb4c4baccd19670cdaa65c7.tar.lz
nixlib-ace41329a55baca40cb4c4baccd19670cdaa65c7.tar.xz
nixlib-ace41329a55baca40cb4c4baccd19670cdaa65c7.tar.zst
nixlib-ace41329a55baca40cb4c4baccd19670cdaa65c7.zip
haskellPackages.{gtk,gio}: Use established workaround
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.nix5
1 files changed, 2 insertions, 3 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 22cbba982f66..6aadbfe97f1a 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
@@ -187,10 +187,9 @@ in {
   haskell-gi-base = __CabalEagerPkgConfigWorkaround super.haskell-gi-base;
   svgcairo = __CabalEagerPkgConfigWorkaround super.svgcairo;
   gtk3 = __CabalEagerPkgConfigWorkaround super.gtk3;
+  gio = __CabalEagerPkgConfigWorkaround super.gio;
+  gtk = __CabalEagerPkgConfigWorkaround super.gtk;
 
   # 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;
 }