nextcloud-client: build man pages

This commit is contained in:
Sandro Jäckel
2022-04-16 02:35:27 +02:00
parent 60714e2cd3
commit e532f3ecf4
@@ -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";