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

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

ZHF: #122042
This commit is contained in:
Dmitry Ivankov 2021-05-08 21:13:55 +02:00 committed by Malte Brandy
parent 66de11da71
commit 3e3f1c02f2
No known key found for this signature in database
GPG Key ID: 226A2D41EF5378C9

View File

@ -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