mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 04:05:40 +03:00
luajit: add loongarch64-linux to bad platforms
This commit is contained in:
parent
0571e373ab
commit
43c1552a56
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
license = licenses.mit;
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
badPlatforms = [
|
||||
"riscv64-linux"
|
||||
"loongarch64-linux" # See https://github.com/LuaJIT/LuaJIT/issues/1278
|
||||
"riscv64-linux" # See https://github.com/LuaJIT/LuaJIT/issues/628
|
||||
"powerpc64le-linux" # `#error "No support for PPC64"`
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue