From 7ae420987caa1594ecadfc97b50de74f5d90f3e3 Mon Sep 17 00:00:00 2001 From: Weijia Wang <9713184+wegank@users.noreply.github.com> Date: Thu, 23 Jan 2025 21:18:11 +0100 Subject: [PATCH] taler-wallet-core: fix build --- pkgs/by-name/ta/taler-wallet-core/package.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/ta/taler-wallet-core/package.nix b/pkgs/by-name/ta/taler-wallet-core/package.nix index 34ecb9fcfdd24..ff79f0ef84cf1 100644 --- a/pkgs/by-name/ta/taler-wallet-core/package.nix +++ b/pkgs/by-name/ta/taler-wallet-core/package.nix @@ -7,7 +7,7 @@ fetchgit, srcOnly, removeReferencesTo, - nodejs, + nodejs_20, pnpm_9, python3, git, @@ -15,7 +15,7 @@ zip, }: let - nodeSources = srcOnly nodejs; + nodeSources = srcOnly nodejs_20; esbuild' = esbuild.override { buildGoModule = args: @@ -47,7 +47,7 @@ stdenv.mkDerivation (finalAttrs: { nativeBuildInputs = [ customPython - nodejs + nodejs_20 pnpm_9.configHook git jq @@ -59,7 +59,7 @@ stdenv.mkDerivation (finalAttrs: { hash = "sha256-BVVmv0VVvQ2YhL0zOKiM1oVKJKvqwMGNR47DkcCj874="; }; - buildInputs = [ nodejs ]; + buildInputs = [ nodejs_20 ]; # Make a fake git repo with a commit. # Without this, the package does not build.