{luajit,luajit_2_0,luajit_openresty}: Add powerpc64-linux to unsupported platforms
Official LuaJIT throws same error on powerpc64 as it does on powerpc64le.
This commit is contained in:
@@ -172,7 +172,9 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
badPlatforms = [
|
||||
"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"`
|
||||
# `#error "No support for PPC64"`
|
||||
"powerpc64-linux"
|
||||
"powerpc64le-linux"
|
||||
];
|
||||
mainProgram = "lua";
|
||||
maintainers = with lib.maintainers; [
|
||||
|
||||
Reference in New Issue
Block a user