bat-extras.batman: Add new dependency (util-linux)
This commit is contained in:
parent
65bceb3aa8
commit
7f9e285f54
1 changed files with 3 additions and 1 deletions
|
@ -15,6 +15,8 @@
|
||||||
# batdiff
|
# batdiff
|
||||||
, gitMinimal
|
, gitMinimal
|
||||||
, withDelta ? delta != null, delta ? null
|
, withDelta ? delta != null, delta ? null
|
||||||
|
# batman
|
||||||
|
, util-linux
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
@ -136,7 +138,7 @@ in
|
||||||
{
|
{
|
||||||
batdiff = script "batdiff" ([ less coreutils gitMinimal ] ++ optionalDep withDelta delta);
|
batdiff = script "batdiff" ([ less coreutils gitMinimal ] ++ optionalDep withDelta delta);
|
||||||
batgrep = script "batgrep" [ less coreutils ripgrep ];
|
batgrep = script "batgrep" [ less coreutils ripgrep ];
|
||||||
batman = script "batman" [];
|
batman = script "batman" [ util-linux ];
|
||||||
batwatch = script "batwatch" ([ less coreutils ] ++ optionalDep withEntr entr);
|
batwatch = script "batwatch" ([ less coreutils ] ++ optionalDep withEntr entr);
|
||||||
prettybat = script "prettybat" ([]
|
prettybat = script "prettybat" ([]
|
||||||
++ optionalDep withShFmt shfmt
|
++ optionalDep withShFmt shfmt
|
||||||
|
|
Loading…
Reference in a new issue