khard: add manpages to output

+8 -2
+8 -2
pkgs/applications/misc/khard/default.nix
··· 10 10 }; 11 11 12 12 SETUPTOOLS_SCM_PRETEND_VERSION = version; 13 - nativeBuildInputs = [ 14 - python3.pkgs.setuptools-scm 13 + nativeBuildInputs = with python3.pkgs; [ 14 + setuptools-scm 15 + sphinxHook 16 + sphinx-autoapi 17 + sphinx-autodoc-typehints 15 18 ]; 19 + 20 + sphinxBuilders = [ "man" ]; 16 21 17 22 propagatedBuildInputs = with python3.pkgs; [ 18 23 atomicwrites ··· 40 45 description = "Console carddav client"; 41 46 license = lib.licenses.gpl3; 42 47 maintainers = with lib.maintainers; [ matthiasbeyer ]; 48 + mainProgram = "khard"; 43 49 }; 44 50 }