aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/graphics/inkscape/default.nix
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2018-11-18 13:31:03 -0600
committerMatthew Bauer <mjbauer95@gmail.com>2018-11-18 18:47:02 -0600
commite2817a270be587deec1ababccf6420b3397348d0 (patch)
tree3af84215c5ddd4f8c9aa44357f88387b11026f8a /pkgs/applications/graphics/inkscape/default.nix
parent3aa6b8ccc5ad930803e7beb9492f88f6df2c1fdb (diff)
inkscape: make python & perl runtime deps
These two interpreters are needed for some runtime scripts. Fixes #50570
Diffstat (limited to 'pkgs/applications/graphics/inkscape/default.nix')
-rw-r--r--pkgs/applications/graphics/inkscape/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/inkscape/default.nix b/pkgs/applications/graphics/inkscape/default.nix
index 48ec2a5a014d..552299402445 100644
--- a/pkgs/applications/graphics/inkscape/default.nix
+++ b/pkgs/applications/graphics/inkscape/default.nix
@@ -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;