nextcloud-client: build dolphin plugin
This commit is contained in:
parent
1a523e4778
commit
60714e2cd3
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue