luaPackages.luxio: mark broken for darwin

authored by Rick van Schijndel and committed by Janne Heß 82ccbc08 7a685488

+1
+1
pkgs/top-level/lua-packages.nix
··· 95 ''; 96 97 meta = with lib; { 98 description = "Lightweight UNIX I/O and POSIX binding for Lua"; 99 homepage = "https://www.gitano.org.uk/luxio/"; 100 license = licenses.mit;
··· 95 ''; 96 97 meta = with lib; { 98 + broken = stdenv.isDarwin; 99 description = "Lightweight UNIX I/O and POSIX binding for Lua"; 100 homepage = "https://www.gitano.org.uk/luxio/"; 101 license = licenses.mit;