Merge pull request #171811 from Kranzes/nc

nextcloud-client: Revert "nextcloud-client: remove inkscape from runtime closure"
main
Sandro 2 years ago committed by GitHub
commit da51b0c1b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      pkgs/applications/networking/nextcloud-client/default.nix

@ -6,6 +6,7 @@
, inotify-tools
, installShellFiles
, libcloudproviders
, librsvg
, libsecret
, openssl
, pcre
@ -20,7 +21,6 @@
, plasma5Packages
, sphinx
, sqlite
, inkscape
, xdg-utils
}:
@ -50,18 +50,15 @@ mkDerivation rec {
done
'';
# required to not include inkscape in the wrapper
strictDeps = true;
nativeBuildInputs = [
pkg-config
cmake
inkscape
extra-cmake-modules
librsvg
sphinx
];
buildInputs = [
extra-cmake-modules
inotify-tools
libcloudproviders
libsecret

Loading…
Cancel
Save