matrix-sdk-crypto-nodejs: mark broken for cross/static (#394831)

This commit is contained in:
Aleksana 2025-05-04 17:16:55 +08:00 committed by GitHub
commit 999592d62a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -64,5 +64,7 @@ stdenv.mkDerivation rec {
dandellion
];
inherit (nodejs.meta) platforms;
# napi_build doesn't handle most cross-compilation configurations
broken = (!stdenv.buildPlatform.canExecute stdenv.hostPlatform) || stdenv.hostPlatform.isStatic;
};
}