Loading pkgs/development/lua-modules/luv/default.nix +17 −12 Original line number Diff line number Diff line Loading @@ -68,7 +68,8 @@ buildLuarocksPackage rec { disabled = luaOlder "5.1"; passthru = { tests.test = tests = { test = runCommand "luv-${version}-test" { nativeBuildInputs = [ (lua.withPackages (ps: [ ps.luv ])) ]; Loading @@ -81,6 +82,10 @@ buildLuarocksPackage rec { EOF ''; # Test libluv too inherit (lua.pkgs) libluv; }; updateScript = nix-update-script { }; }; Loading pkgs/development/lua-modules/luv/lib.nix +5 −0 Original line number Diff line number Diff line Loading @@ -34,4 +34,9 @@ stdenv.mkDerivation { cmake ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ fixDarwinDylibNames ]; passthru.tests = { # Test luv too luv = lua.pkgs.luv.passthru.tests.test; }; } Loading
pkgs/development/lua-modules/luv/default.nix +17 −12 Original line number Diff line number Diff line Loading @@ -68,7 +68,8 @@ buildLuarocksPackage rec { disabled = luaOlder "5.1"; passthru = { tests.test = tests = { test = runCommand "luv-${version}-test" { nativeBuildInputs = [ (lua.withPackages (ps: [ ps.luv ])) ]; Loading @@ -81,6 +82,10 @@ buildLuarocksPackage rec { EOF ''; # Test libluv too inherit (lua.pkgs) libluv; }; updateScript = nix-update-script { }; }; Loading
pkgs/development/lua-modules/luv/lib.nix +5 −0 Original line number Diff line number Diff line Loading @@ -34,4 +34,9 @@ stdenv.mkDerivation { cmake ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ fixDarwinDylibNames ]; passthru.tests = { # Test luv too luv = lua.pkgs.luv.passthru.tests.test; }; }