inkscape: fix manage extensions

Invoking "manage extensions" results in
```
ValueError: Namespace Gtk not available
```
and this requires gobject-introspection libraries.
This commit is contained in:
Vikram Narayanan 2023-10-03 16:37:26 -07:00
parent 81e8f48ebd
commit d5842eb2fa

View file

@ -10,6 +10,7 @@
, ghostscript
, glib
, glibmm
, gobject-introspection
, gsl
, gspell
, gtk-mac-integration
@ -47,6 +48,7 @@ let
appdirs
beautifulsoup4
cachecontrol
filelock
numpy
lxml
packaging
@ -104,6 +106,7 @@ stdenv.mkDerivation rec {
glib # for setup hook
gdk-pixbuf # for setup hook
wrapGAppsHook
gobject-introspection
] ++ (with perlPackages; [
perl
XMLParser