tandoor-recipes: frontend: 'nodejs_16' -> 'nodejs'

This commit is contained in:
Bruno BELANYI 2023-05-06 17:55:02 +01:00
parent 9650310348
commit ff573fb2ad

View file

@ -1,4 +1,4 @@
{ stdenv, fetchYarnDeps, fixup_yarn_lock, callPackage, nodejs_16 }: { stdenv, fetchYarnDeps, fixup_yarn_lock, callPackage, nodejs }:
let let
common = callPackage ./common.nix { }; common = callPackage ./common.nix { };
in in
@ -15,9 +15,8 @@ stdenv.mkDerivation {
nativeBuildInputs = [ nativeBuildInputs = [
fixup_yarn_lock fixup_yarn_lock
# Use Node JS 16 because of @achrinza/node-ipc@9.2.2 nodejs
nodejs_16 nodejs.pkgs.yarn
nodejs_16.pkgs.yarn
]; ];
configurePhase = '' configurePhase = ''