diff --git a/pkgs/by-name/ju/just/package.nix b/pkgs/by-name/ju/just/package.nix index 2667c47d4580..287ebd2909a4 100644 --- a/pkgs/by-name/ju/just/package.nix +++ b/pkgs/by-name/ju/just/package.nix @@ -9,8 +9,11 @@ libiconv, mdbook, nix-update-script, + # run the compiled `just` to build the completions installShellCompletions ? stdenv.buildPlatform.canExecute stdenv.hostPlatform, + # run the compiled `just` to build the man pages installManPages ? stdenv.buildPlatform.canExecute stdenv.hostPlatform, + # run the compiled `generate-book` utility to prepare the files for mdbook withDocumentation ? stdenv.buildPlatform.canExecute stdenv.hostPlatform, }: