mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
matrix-sdk-crypto-nodejs: mark broken for cross/static (#394831)
This commit is contained in:
commit
999592d62a
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue