cambalache: Fix Adwaita & Handy support

0.10 introduced support for widgets from these libraries, which require their typelibs.

https://blogs.gnome.org/xjuan/2022/06/15/cambalache-0-10-0-is-out/
main
Jan Tojnar 2 years ago
parent 495b814079
commit f756efc144
  1. 5
      pkgs/development/tools/cambalache/default.nix

@ -12,6 +12,8 @@
, glib
, gtk3
, gtk4
, libadwaita
, libhandy
, webkitgtk
, nix-update-script
}:
@ -50,6 +52,9 @@ python3.pkgs.buildPythonApplication rec {
gtk3
gtk4
webkitgtk
# For extra widgets support.
libadwaita
libhandy
];
# Not compatible with gobject-introspection setup hooks.

Loading…
Cancel
Save