luaPackages.fzy-lua: fix tests

This commit is contained in:
Matthieu C. 2024-04-29 23:28:14 +02:00
parent ed2e4feeac
commit e5a0a45882

View File

@ -146,6 +146,16 @@ in
'';
});
# Until https://github.com/swarn/fzy-lua/pull/8 is merged,
# we have to invoke busted manually
fzy = prev.fzy.overrideAttrs(oa: {
doCheck = true;
nativeCheckInputs = [ final.busted ];
checkPhase = ''
busted
'';
});
http = prev.http.overrideAttrs (oa: {
patches = [
(fetchpatch {