11 , libre-graph-api-cpp-qt-client
18 stdenv.mkDerivation rec {
19 pname = "owncloud-client";
22 src = fetchFromGitHub {
25 rev = "refs/tags/v${version}";
26 hash = "sha256-ot+2hxipeZ5eI6nPJ8XGE8gFMNQoblUq+koAFZpZDv4=";
41 qt6.qtsvg # Needed for the systray icon
42 qt6Packages.qtkeychain
43 libre-graph-api-cpp-qt-client
45 ] ++ lib.optionals stdenv.hostPlatform.isDarwin [
46 libinotify-kqueue sparkleshare
50 description = "Synchronise your ownCloud with your computer using this desktop client";
51 homepage = "https://owncloud.org";
52 maintainers = with maintainers; [ qknight hellwolf ];
53 platforms = platforms.unix;
54 license = licenses.gpl2Plus;
55 changelog = "https://github.com/owncloud/client/releases/tag/v${version}";