Merge pull request #158797 from teutat3s/feature/manta-use-nodejs-14

This commit is contained in:
Sandro
2022-02-21 23:49:08 +01:00
committed by GitHub
+1 -1
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")