luaPackages.fzy: fix build
This commit is contained in:
parent
883caebc34
commit
13fc1a9154
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user