summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/nextcloud-client
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2022-04-16 02:35:15 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2022-04-16 02:35:15 +0200
commit60714e2cd319d3217e33397e65a63ad8beb4a8e9 (patch)
tree607734e8a40e0ce0b4fd12e8602a3b2b122c12a1 /pkgs/applications/networking/nextcloud-client
parent1a523e4778ab24df74be58bd2f2e7d0853ac0735 (diff)
nextcloud-client: build dolphin plugin
Diffstat (limited to 'pkgs/applications/networking/nextcloud-client')
-rw-r--r--pkgs/applications/networking/nextcloud-client/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/applications/networking/nextcloud-client/default.nix b/pkgs/applications/networking/nextcloud-client/default.nix
index deac64c903e1..4b3a68352416 100644
--- a/pkgs/applications/networking/nextcloud-client/default.nix
+++ b/pkgs/applications/networking/nextcloud-client/default.nix
@@ -2,6 +2,7 @@
, mkDerivation
, fetchFromGitHub
, cmake
+, extra-cmake-modules
, inotify-tools
, libcloudproviders
, libsecret
@@ -15,6 +16,7 @@
, qtwebsockets
, qtquickcontrols2
, qtgraphicaleffects
+, plasma5Packages
, sqlite
, inkscape
, xdg-utils
@@ -40,6 +42,7 @@ mkDerivation rec {
nativeBuildInputs = [
pkg-config
cmake
+ extra-cmake-modules
inkscape
];
@@ -49,6 +52,7 @@ mkDerivation rec {
libsecret
openssl
pcre
+ plasma5Packages.kio
qtbase
qtkeychain
qttools