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:
parent
66de11da71
commit
3e3f1c02f2
@ -1950,4 +1950,9 @@ self: super: {
|
|||||||
# https://github.com/merijn/paramtree/issues/4
|
# https://github.com/merijn/paramtree/issues/4
|
||||||
paramtree = dontCheck super.paramtree;
|
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
|
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||||
|
Loading…
x
Reference in New Issue
Block a user