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/
This commit is contained in:
parent
495b814079
commit
f756efc144
@ -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…
Reference in New Issue
Block a user