luaPackages.lua-lsp: fixed build

This commit is contained in:
Matthieu Coudron 2022-06-05 15:14:06 +02:00
parent 98f9f1f054
commit 83313fee5c

View file

@ -199,7 +199,7 @@ with prev;
# until Alloyed/lua-lsp#28
postConfigure = ''
substituteInPlace ''${rockspecFilename} \
--replace '"lpeglabel ~> 1.5",' '"lpeglabel >= 1.5",'
--replace '"dkjson ~> 2.5",' '"dkjson >= 2.5",'
'';
});