summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorDmitry Ivankov <divanorama@gmail.com>2021-05-08 21:13:55 +0200
committerMalte Brandy <malte.brandy@maralorn.de>2021-05-09 01:05:10 +0200
commit3e3f1c02f24b4ba8d582bb0fb9ef256fa3293fd0 (patch)
treeb5ba0779013ecdfd09ffd16dbeb4f6785f2715f7 /pkgs/development/haskell-modules/configuration-common.nix
parent66de11da71cf3de9a748eb30cad667e6147b4c41 (diff)
downloadnixpkgs-3e3f1c02f24b4ba8d582bb0fb9ef256fa3293fd0.tar
nixpkgs-3e3f1c02f24b4ba8d582bb0fb9ef256fa3293fd0.tar.gz
nixpkgs-3e3f1c02f24b4ba8d582bb0fb9ef256fa3293fd0.tar.bz2
nixpkgs-3e3f1c02f24b4ba8d582bb0fb9ef256fa3293fd0.tar.lz
nixpkgs-3e3f1c02f24b4ba8d582bb0fb9ef256fa3293fd0.tar.xz
nixpkgs-3e3f1c02f24b4ba8d582bb0fb9ef256fa3293fd0.tar.zst
nixpkgs-3e3f1c02f24b4ba8d582bb0fb9ef256fa3293fd0.zip
haskellPackages.gi-gtk-declarative-app-simple: loosen haskell-gi version bound
https://hydra.nixos.org/build/142721471/nixlog/1

ZHF: #122042
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 1ef615584dc..130c1f89e83 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1950,4 +1950,9 @@ self: super: {
   # https://github.com/merijn/paramtree/issues/4
   paramtree = dontCheck super.paramtree;
 
+  # Too strict version bounds on haskell-gi
+  # https://github.com/owickstrom/gi-gtk-declarative/issues/100
+  gi-gtk-declarative = doJailbreak super.gi-gtk-declarative;
+  gi-gtk-declarative-app-simple = doJailbreak super.gi-gtk-declarative-app-simple;
+
 } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super