summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlaalsaas <laalsaas@systemli.org>2023-09-23 23:47:17 +0200
committerlaalsaas <laalsaas@systemli.org>2023-09-26 23:46:15 +0200
commitdd7e31dd84bdf7297e5b4a71fe829f9adaedeece (patch)
tree9d3701bcc5e7eadc56f93d080cab7dffe0319552
parentsoju: build all subPackages (diff)
downloadnixpkgs-dd7e31dd84bdf7297e5b4a71fe829f9adaedeece.tar.gz
soju: install sojuctl manpage
-rw-r--r--pkgs/applications/networking/soju/default.nix4
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 = ''