xandikos: install manpages (#536741)
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user