Unverified Commit 8a321ae9 authored by Austin Horstman's avatar Austin Horstman
Browse files

lua55Packages.lua-rtoml: mark broken

parent 60e747ab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {