lua55Packages.lua-rtoml: mark broken
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user