mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 19:02:57 +00:00
luaPackages.busted: fix substitution
using --replace-fail to make sure it pops up next time
This commit is contained in:
parent
8969993572
commit
ed2e4feeac
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user