ssh-import-id: add man page

This commit is contained in:
Stanisław Pitucha 2022-05-02 21:01:46 +10:00
parent 7e254c0534
commit 19e3c148be

View File

@ -4,6 +4,7 @@
, requests
, distro
, makeWrapper
, installShellFiles
, extraHandlers ? []
}:
@ -24,8 +25,13 @@ buildPythonPackage rec {
nativeBuildInputs = [
makeWrapper
installShellFiles
];
postInstall = ''
installManPage $src/usr/share/man/man1/ssh-import-id.1
'';
# handlers require main bin, main bin requires handlers
makeWrapperArgs = [ "--prefix" ":" "$out/bin" ];