summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/nextcloud-client
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2022-04-28 22:26:20 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2022-04-28 22:26:20 +0200
commit1f70a0a9e07be3e2dde872f700e4ede82c98c2ab (patch)
tree603a0f391b5d2024cd3985c357126a55a74d6848 /pkgs/applications/networking/nextcloud-client
parent0b5aba3bbd848dd03170821cb1153e15dd91d835 (diff)
nextcloud-client: remove inkscape from runtime closure
Diffstat (limited to 'pkgs/applications/networking/nextcloud-client')
-rw-r--r--pkgs/applications/networking/nextcloud-client/default.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/pkgs/applications/networking/nextcloud-client/default.nix b/pkgs/applications/networking/nextcloud-client/default.nix
index 3afdbec0ac54..b40916afd311 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