python310Packages.swift: install man pages

This commit is contained in:
Sandro Jäckel
2022-07-08 13:54:37 +02:00
parent e9fe7c8aab
commit 4a05028cd6
@@ -6,6 +6,7 @@
, eventlet
, greenlet
, iana-etc
, installShellFiles
, libredirect
, lxml
, mock
@@ -35,7 +36,10 @@ buildPythonPackage rec {
rm test/functional/s3api/{__init__.py,s3_test_client.py}
'';
nativeBuildInputs = [ pbr ];
nativeBuildInputs = [
installShellFiles
pbr
];
propagatedBuildInputs = [
cryptography
@@ -51,6 +55,10 @@ buildPythonPackage rec {
xattr
];
postInstall = ''
installManPage doc/manpages/*
'';
checkInputs = [
boto3
mock