inkscape: make python & perl runtime deps

These two interpreters are needed for some runtime scripts.

Fixes #50570
This commit is contained in:
Matthew Bauer 2018-11-18 13:31:03 -06:00
parent 3aa6b8ccc5
commit e2817a270b

View File

@ -46,6 +46,8 @@ stdenv.mkDerivation rec {
libxml2 libxslt glib gtkmm2 glibmm libsigcxx lcms boost gettext
gsl poppler imagemagick libwpg librevenge
libvisio libcdr libexif potrace hicolor-icon-theme
python2Env perlPackages.perl
];
enableParallelBuilding = true;