nextcloud-client: remove inkscape from runtime closure

main
Sandro Jäckel 2 years ago
parent 0b5aba3bbd
commit 1f70a0a9e0
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
  1. 5
      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

Loading…
Cancel
Save