Merge pull request #236573 from tjni/batman-darwin
bat-extras.batman: remove util-linux on Darwin
This commit is contained in:
@@ -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" ([]
|
||||
|
||||
Reference in New Issue
Block a user