signal-desktop.libsignal-node: fix cross compilation (#449022)

This commit is contained in:
Pol Dellaiera
2025-10-06 09:01:12 +00:00
committed by GitHub

View File

@@ -72,7 +72,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
runHook preBuild
pushd node
npm run build -- --copy-to-prebuilds
npm run build -- --copy-to-prebuilds --node-arch ${stdenv.hostPlatform.node.arch}
popd
runHook postBuild