Fix docker packaging without sandbox

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
wip/yesman
Vincent Demeester 7 years ago committed by Robin Gloster
parent 90afb0c10f
commit 19325558f1
  1. 4
      pkgs/applications/virtualization/docker/default.nix

@ -137,8 +137,8 @@ rec {
echo "Generate man pages from cobra"
cd ./components/cli
mkdir -p ./man/man1
go build -o /tmp/gen-manpages github.com/docker/cli/man
/tmp/gen-manpages --root . --target ./man/man1
go build -o ./gen-manpages github.com/docker/cli/man
./gen-manpages --root . --target ./man/man1
# Generate legacy pages from markdown
echo "Generate legacy manpages"

Loading…
Cancel
Save