Skip to content

Commit

Permalink
taler-wallet-core: fix build (#376207)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Jan 23, 2025
2 parents b69aa4d + 7ae4209 commit 108230c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/by-name/ta/taler-wallet-core/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
fetchgit,
srcOnly,
removeReferencesTo,
nodejs,
nodejs_20,
pnpm_9,
python3,
git,
jq,
zip,
}:
let
nodeSources = srcOnly nodejs;
nodeSources = srcOnly nodejs_20;
esbuild' = esbuild.override {
buildGoModule =
args:
Expand Down Expand Up @@ -47,7 +47,7 @@ stdenv.mkDerivation (finalAttrs: {

nativeBuildInputs = [
customPython
nodejs
nodejs_20
pnpm_9.configHook
git
jq
Expand All @@ -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.
Expand Down

0 comments on commit 108230c

Please sign in to comment.