diff --git a/pkgs/top-level/lua-packages.nix b/pkgs/top-level/lua-packages.nix index 3b6603996fc..d2aaa63c667 100644 --- a/pkgs/top-level/lua-packages.nix +++ b/pkgs/top-level/lua-packages.nix @@ -461,6 +461,8 @@ let homepage = "https://github.com/tarruda/libmpack"; platforms = stdenv.lib.platforms.linux; license = stdenv.lib.licenses.mit; + # gcc -llua fails with luajit + broken = (builtins.parseDrvName lua.name).name != "lua"; }; };