From fca9a06c2e41e3d911c6ebca4b30588b2fd4c752 Mon Sep 17 00:00:00 2001 From: Ben Backhouse Date: Tue, 13 Nov 2018 06:24:32 +1100 Subject: [PATCH] inkscape: add scour as dependency --- pkgs/applications/graphics/inkscape/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 {