Merge pull request #171811 from Kranzes/nc

nextcloud-client: Revert "nextcloud-client: remove inkscape from runtime closure"
This commit is contained in:
Sandro
2022-05-07 00:56:23 +02:00
committed by GitHub
@@ -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