diff options
| author | laalsaas <laalsaas@systemli.org> | 2023-09-23 23:47:17 +0200 |
|---|---|---|
| committer | laalsaas <laalsaas@systemli.org> | 2023-09-26 23:46:15 +0200 |
| commit | dd7e31dd84bdf7297e5b4a71fe829f9adaedeece (patch) | |
| tree | 9d3701bcc5e7eadc56f93d080cab7dffe0319552 | |
| parent | soju: build all subPackages (diff) | |
| download | nixpkgs-dd7e31dd84bdf7297e5b4a71fe829f9adaedeece.tar.gz | |
soju: install sojuctl manpage
| -rw-r--r-- | pkgs/applications/networking/soju/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/soju/default.nix b/pkgs/applications/networking/soju/default.nix index bd407a61f7bb..903886e66879 100644 --- a/pkgs/applications/networking/soju/default.nix +++ b/pkgs/applications/networking/soju/default.nix @@ -26,11 +26,11 @@ buildGoModule rec { ldflags = [ "-s" "-w" ]; postBuild = '' - make doc/soju.1 + make doc/soju.1 doc/sojuctl.1 ''; postInstall = '' - installManPage doc/soju.1 + installManPage doc/soju.1 doc/sojuctl.1 ''; preCheck = '' |
