From 1f70a0a9e07be3e2dde872f700e4ede82c98c2ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Thu, 28 Apr 2022 22:26:20 +0200 Subject: [PATCH] nextcloud-client: remove inkscape from runtime closure --- pkgs/applications/networking/nextcloud-client/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/networking/nextcloud-client/default.nix b/pkgs/applications/networking/nextcloud-client/default.nix index 3afdbec0ac5..b40916afd31 100644 --- a/pkgs/applications/networking/nextcloud-client/default.nix +++ b/pkgs/applications/networking/nextcloud-client/default.nix @@ -50,15 +50,18 @@ mkDerivation rec { done ''; + # required to not include inkscape in the wrapper + strictDeps = true; + nativeBuildInputs = [ pkg-config cmake - extra-cmake-modules inkscape sphinx ]; buildInputs = [ + extra-cmake-modules inotify-tools libcloudproviders libsecret