Unverified Commit f4741884 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

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

parents 046e1995 25c69d58
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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