Revert "nextcloud-client: remove inkscape from runtime closure"

This reverts commit 1f70a0a9e0.
main
Ilan Joselevich 2 years ago
parent f7041d7893
commit 02479819d6
  1. 5
      pkgs/applications/networking/nextcloud-client/default.nix

@ -50,18 +50,15 @@ 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