luaPackages.busted: fix substitution

using --replace-fail to make sure it pops up next time
This commit is contained in:
Matthieu C.
2024-05-01 00:19:58 +02:00
parent 8969993572
commit ed2e4feeac
+1 -1
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 \