mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
inkscape: fix bug when saving as an optimized svg
When saving an optimized svg, inkscape failed with a ModuleNotFoundError: No module named 'packaging'. To fix this issue we add packaging to python3Env.
This commit is contained in:
parent
97dfd0e253
commit
f9a39878f8
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ let
|
|||
cachecontrol
|
||||
numpy
|
||||
lxml
|
||||
packaging
|
||||
pillow
|
||||
scour
|
||||
pyserial
|
||||
|
|
Loading…
Reference in a new issue