mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
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:
parent
81e8f48ebd
commit
d5842eb2fa
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user