From f9a39878f8f1be1d14b77bfb0386e59287e8f751 Mon Sep 17 00:00:00 2001 From: kilianar Date: Thu, 11 Aug 2022 11:58:51 +0200 Subject: [PATCH] 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. --- pkgs/applications/graphics/inkscape/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/graphics/inkscape/default.nix b/pkgs/applications/graphics/inkscape/default.nix index 88f62793483a..83fd78c63134 100644 --- a/pkgs/applications/graphics/inkscape/default.nix +++ b/pkgs/applications/graphics/inkscape/default.nix @@ -48,6 +48,7 @@ let cachecontrol numpy lxml + packaging pillow scour pyserial