bat-extras.batman: remove util-linux on Darwin
This commit is contained in:
parent
c0dc1bbc25
commit
3331569a77
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ in
|
|||
{
|
||||
batdiff = script "batdiff" ([ less coreutils gitMinimal ] ++ optionalDep withDelta delta);
|
||||
batgrep = script "batgrep" [ less coreutils ripgrep ];
|
||||
batman = script "batman" [ util-linux ];
|
||||
batman = script "batman" (lib.optionals stdenv.isLinux [ util-linux ]);
|
||||
batpipe = script "batpipe" [ less ];
|
||||
batwatch = script "batwatch" ([ less coreutils ] ++ optionalDep withEntr entr);
|
||||
prettybat = script "prettybat" ([]
|
||||
|
|
Loading…
Reference in a new issue