nextcloud-client: build dolphin plugin

main
Sandro Jäckel 2 years ago
parent 1a523e4778
commit 60714e2cd3
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
  1. 4
      pkgs/applications/networking/nextcloud-client/default.nix

@ -2,6 +2,7 @@
, mkDerivation , mkDerivation
, fetchFromGitHub , fetchFromGitHub
, cmake , cmake
, extra-cmake-modules
, inotify-tools , inotify-tools
, libcloudproviders , libcloudproviders
, libsecret , libsecret
@ -15,6 +16,7 @@
, qtwebsockets , qtwebsockets
, qtquickcontrols2 , qtquickcontrols2
, qtgraphicaleffects , qtgraphicaleffects
, plasma5Packages
, sqlite , sqlite
, inkscape , inkscape
, xdg-utils , xdg-utils
@ -40,6 +42,7 @@ mkDerivation rec {
nativeBuildInputs = [ nativeBuildInputs = [
pkg-config pkg-config
cmake cmake
extra-cmake-modules
inkscape inkscape
]; ];
@ -49,6 +52,7 @@ mkDerivation rec {
libsecret libsecret
openssl openssl
pcre pcre
plasma5Packages.kio
qtbase qtbase
qtkeychain qtkeychain
qttools qttools

Loading…
Cancel
Save