inkscape: add scour as dependency

This commit is contained in:
Ben Backhouse 2018-11-13 06:24:32 +11:00 committed by Frederik Rietdijk
parent 09ff6da5a9
commit fca9a06c2e

View File

@ -6,7 +6,8 @@
}: }:
let let
python2Env = python2.withPackages(ps: with ps; [ numpy lxml ]); python2Env = python2.withPackages(ps: with ps;
[ numpy lxml scour ]);
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {