ssh-import-id: add man page

main
Stanisław Pitucha 2 years ago
parent 7e254c0534
commit 19e3c148be
  1. 6
      pkgs/tools/admin/ssh-import-id/default.nix

@ -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" ];

Loading…
Cancel
Save