summaryrefslogtreecommitdiff
path: root/pkgs/development/lua-modules/luv
AgeCommit message (Collapse)Author
2026-04-18lua51Packages.libluv: cross-test with lua51Packages.luvStanislav Asunkin
Update bot creates PRs for `lua51Packages.libluv` even though the main package is luv. This commit adds luv to libluv's tests to ensure that both are tested during automatic updates.
2026-04-18lua51Packages.libluv: fix buildStanislav Asunkin
Upstream rockspec file now supports WITH_SHARED_LIBUV variable. This commit uses it. Before this change, upstream value of WITH_SHARED_LIBUV overrode the one from the inline patch, which caused a build failure.
2026-03-16lua51Packages.libluv: 1.51.0-2 -> 1.52.1-0R. Ryantm
2026-01-18lua51Packages.libluv: 1.51.0-1 -> 1.51.0-2R. Ryantm
2025-07-24treewide: run nixfmt 1.0.0Wolfgang Walther
2025-05-28lua51Packages.libluv: 1.50.0-1 -> 1.51.0-1 (#409343)Vladimír Čunát
2025-05-21lua51Packages.libluv: 1.50.0-1 -> 1.51.0-1R. Ryantm
2025-05-19luaPackages.luv: fix `installCheckPhase` on DarwinAlex James
2025-04-03luaPackages.luv: use manual packagingStanislav Asunkin
* add tests * add update script * build with shared libluv