xandikos: install manpages (#536741)

This commit is contained in:
Peder Bergebakken Sundt
2026-07-10 15:15:57 +00:00
committed by GitHub
+7
View File
@@ -3,6 +3,7 @@
lib,
nixosTests,
python3Packages,
installShellFiles,
}:
python3Packages.buildPythonApplication rec {
@@ -33,6 +34,12 @@ python3Packages.buildPythonApplication rec {
vobject
];
nativeBuildInputs = [ installShellFiles ];
postInstall = ''
installManPage man/xandikos{,-milter}.8
'';
passthru.tests.xandikos = nixosTests.xandikos;
nativeCheckInputs = with python3Packages; [ pytestCheckHook ];