lua55Packages.lua-rtoml: mark broken

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman
2026-02-27 11:49:53 -06:00
parent 60e747ab91
commit 8a321ae984
+1 -1
View File
@@ -452,7 +452,7 @@ in
# ld: symbol(s) not found for architecture arm64
# clang-16: error: linker command failed with exit code 1 (use -v to see invocation)
meta.broken = stdenv.hostPlatform.isDarwin;
meta.broken = stdenv.hostPlatform.isDarwin || luaAtLeast "5.5";
});
lua-subprocess = prev.lua-subprocess.overrideAttrs {