luaPackages.busted: fix substitution

using --replace-fail to make sure it pops up next time
This commit is contained in:
Matthieu C. 2024-04-29 23:21:55 +02:00
parent 8969993572
commit ed2e4feeac

View File

@ -91,7 +91,7 @@ in
];
postConfigure = ''
substituteInPlace ''${rockspecFilename} \
--replace "'lua_cliargs = 3.0'," "'lua_cliargs >= 3.0',"
--replace-fail "'lua_cliargs = 3.0'," "'lua_cliargs >= 3.0-1',"
'';
postInstall = ''
installShellCompletion --cmd busted \