From 8913801669a9411a4427b4c1cb9126b9cedb9b36 Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Thu, 26 Oct 2023 14:24:09 +0200 Subject: [PATCH] inkscape: inherit filelock dependency from cachecontrol MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The dependency is not imported anywhere in the Inkscape code so let’s make the requirement explicit. --- pkgs/applications/graphics/inkscape/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/graphics/inkscape/default.nix b/pkgs/applications/graphics/inkscape/default.nix index 575f93efcb27..143bab5d784b 100644 --- a/pkgs/applications/graphics/inkscape/default.nix +++ b/pkgs/applications/graphics/inkscape/default.nix @@ -48,7 +48,11 @@ let appdirs beautifulsoup4 cachecontrol - filelock + ] + # CacheControl requires extra runtime dependencies for FileCache + # https://gitlab.com/inkscape/extras/extension-manager/-/commit/9a4acde6c1c028725187ff5972e29e0dbfa99b06 + ++ cachecontrol.optional-dependencies.filecache + ++ [ numpy lxml packaging