luaPackages.vusted: fix build

This commit is contained in:
Gaetan Lepage 2024-03-09 18:45:40 +01:00
parent 1bb142edc7
commit 8a79a0eaa1

View File

@ -703,6 +703,10 @@ in
});
vusted = prev.vusted.overrideAttrs (_: {
postConfigure = ''
substituteInPlace ''${rockspecFilename} \
--replace '"luasystem = 0.2.1",' '"luasystem",'
'';
# make sure vusted_entry.vim doesn't get wrapped
postInstall = ''
chmod -x $out/bin/vusted_entry.vim