haskellPackages.gi-gtk-declarative-app-simple: loosen haskell-gi version bound

https://hydra.nixos.org/build/142721471/nixlog/1

ZHF: #122042
wip/little-gl
Dmitry Ivankov 3 years ago committed by Malte Brandy
parent 66de11da71
commit 3e3f1c02f2
No known key found for this signature in database
GPG Key ID: 226A2D41EF5378C9
  1. 5
      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

Loading…
Cancel
Save