manta: use nodejs-14_x, default nodejs version on release-21.11

main
teutat3s 2 years ago
parent 98bb5b77c8
commit d3c64cafda
No known key found for this signature in database
GPG Key ID: 18DAE600A6BBE705
  1. 2
      pkgs/development/node-packages/default.nix

@ -200,7 +200,7 @@ let
};
manta = super.manta.override {
nativeBuildInputs = with pkgs; [ nodejs-12_x installShellFiles ];
nativeBuildInputs = with pkgs; [ nodejs-14_x installShellFiles ];
postInstall = ''
# create completions, following upstream procedure https://github.com/joyent/node-manta/blob/v5.2.3/Makefile#L85-L91
completion_cmds=$(find ./bin -type f -printf "%f\n")

Loading…
Cancel
Save