luaPackages.fzy: fix build

This commit is contained in:
Gaetan Lepage 2024-03-07 16:53:11 +01:00
parent 883caebc34
commit 13fc1a9154

View File

@ -146,16 +146,6 @@ 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 = [ prev.busted ];
checkPhase = ''
busted test/test.lua
'';
});
http = prev.http.overrideAttrs (oa: {
patches = [
(fetchpatch {