mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-24 22:04:20 +00:00
luaPackages.fzy-lua: fix tests
This commit is contained in:
parent
ed2e4feeac
commit
e5a0a45882
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user