nextcloud-client: build man pages

main
Sandro Jäckel 2 years ago
parent 60714e2cd3
commit e532f3ecf4
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
  1. 7
      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";

Loading…
Cancel
Save