nextcloud-client: replace inkscape with the more light librsvg

main
Sandro Jäckel 2 years ago
parent 02479819d6
commit 004a752f6f
No known key found for this signature in database
GPG Key ID: B1763F8651144063
  1. 4
      pkgs/applications/networking/nextcloud-client/default.nix

@ -6,6 +6,7 @@
, inotify-tools , inotify-tools
, installShellFiles , installShellFiles
, libcloudproviders , libcloudproviders
, librsvg
, libsecret , libsecret
, openssl , openssl
, pcre , pcre
@ -20,7 +21,6 @@
, plasma5Packages , plasma5Packages
, sphinx , sphinx
, sqlite , sqlite
, inkscape
, xdg-utils , xdg-utils
}: }:
@ -54,7 +54,7 @@ mkDerivation rec {
pkg-config pkg-config
cmake cmake
extra-cmake-modules extra-cmake-modules
inkscape librsvg
sphinx sphinx
]; ];

Loading…
Cancel
Save