luaPackages.busted: fix substitution
using --replace-fail to make sure it pops up next time
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user