pinnacle: fix build with compat53 0.15

This commit is contained in:
Austin Horstman
2026-07-13 21:08:08 -05:00
parent 995c9a8e54
commit 9a2b9bf6be

View File

@@ -53,6 +53,12 @@ let
src = pinnacle-src;
sourceRoot = "${src.name}/api/lua";
knownRockspec = "${pinnacle-src}/api/lua/rockspecs/pinnacle-api-0.2.4-1.rockspec";
postConfigure = ''
substituteInPlace "$rockspecFilename" \
--replace-fail '"compat53 ~> 0.14"' '"compat53 >= 0.14"'
'';
propagatedBuildInputs = with lua54Packages; [
cqueues
http