about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2018-11-18 19:02:09 -0600
committerMatthew Bauer <mjbauer95@gmail.com>2018-11-18 19:02:09 -0600
commit2c1d3a9a824938e37a1a67f7532ac6f417f917c2 (patch)
treeb16b4cdf7c63b21f6ecbc6b04fcadd54b546d829 /pkgs/applications/graphics
parente6f4f0ef8db8a2e600ecf38d4cda7777ba6f04b3 (diff)
parent0925c482c8378e8a6a8724edc6596ea60f90a113 (diff)
downloadnixlib-2c1d3a9a824938e37a1a67f7532ac6f417f917c2.tar
nixlib-2c1d3a9a824938e37a1a67f7532ac6f417f917c2.tar.gz
nixlib-2c1d3a9a824938e37a1a67f7532ac6f417f917c2.tar.bz2
nixlib-2c1d3a9a824938e37a1a67f7532ac6f417f917c2.tar.lz
nixlib-2c1d3a9a824938e37a1a67f7532ac6f417f917c2.tar.xz
nixlib-2c1d3a9a824938e37a1a67f7532ac6f417f917c2.tar.zst
nixlib-2c1d3a9a824938e37a1a67f7532ac6f417f917c2.zip
Merge remote-tracking branch 'upstream/master' into staging
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/inkscape/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/inkscape/default.nix b/pkgs/applications/graphics/inkscape/default.nix
index 48ec2a5a014d..26781e84cce4 100644
--- a/pkgs/applications/graphics/inkscape/default.nix
+++ b/pkgs/applications/graphics/inkscape/default.nix
@@ -6,7 +6,8 @@
 }:
 
 let
-  python2Env = python2.withPackages(ps: with ps; [ numpy lxml ]);
+  python2Env = python2.withPackages(ps: with ps;
+    [ numpy lxml scour ]);
 in
 
 stdenv.mkDerivation rec {