Commit d5842eb2 authored by Vikram Narayanan's avatar Vikram Narayanan
Browse files

inkscape: fix manage extensions

Invoking "manage extensions" results in
```
ValueError: Namespace Gtk not available
```
and this requires gobject-introspection libraries.
parent 81e8f48e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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