mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-04 11:15:12 +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: {
|
http = prev.http.overrideAttrs (oa: {
|
||||||
patches = [
|
patches = [
|
||||||
(fetchpatch {
|
(fetchpatch {
|
||||||
|
Loading…
Reference in New Issue
Block a user