inkscape: add scour as dependency
This commit is contained in:
parent
09ff6da5a9
commit
fca9a06c2e
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user