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

This commit is contained in:
teutat3s 2022-02-09 17:03:53 +01:00
parent 98bb5b77c8
commit d3c64cafda
Signed by untrusted user: teutat3s
GPG key ID: 18DAE600A6BBE705

View file

@ -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")