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:27 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2022-04-16 02:35:27 +0200
commite532f3ecf44d0bbb7b6ae45a0e3e87ec4dc40b8c (patch)
tree1be31eb9c038b8d2b536d852e1cdd27a9e92c146 /pkgs/applications/networking/nextcloud-client
parent60714e2cd319d3217e33397e65a63ad8beb4a8e9 (diff)
nextcloud-client: build man pages
Diffstat (limited to 'pkgs/applications/networking/nextcloud-client')
-rw-r--r--pkgs/applications/networking/nextcloud-client/default.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/pkgs/applications/networking/nextcloud-client/default.nix b/pkgs/applications/networking/nextcloud-client/default.nix
index 4b3a68352416..5454765ad25c 100644
--- a/pkgs/applications/networking/nextcloud-client/default.nix
+++ b/pkgs/applications/networking/nextcloud-client/default.nix
@@ -4,6 +4,7 @@
, cmake
, extra-cmake-modules
, inotify-tools
+, installShellFiles
, libcloudproviders
, libsecret
, openssl
@@ -17,6 +18,7 @@
, qtquickcontrols2
, qtgraphicaleffects
, plasma5Packages
+, sphinx
, sqlite
, inkscape
, xdg-utils
@@ -44,6 +46,7 @@ mkDerivation rec {
cmake
extra-cmake-modules
inkscape
+ sphinx
];
buildInputs = [
@@ -75,6 +78,10 @@ mkDerivation rec {
"-DNO_SHIBBOLETH=1" # allows to compile without qtwebkit
];
+ postBuild = ''
+ make doc-man
+ '';
+
meta = with lib; {
description = "Nextcloud themed desktop client";
homepage = "https://nextcloud.com";