Merge pull request #236573 from tjni/batman-darwin

bat-extras.batman: remove util-linux on Darwin
This commit is contained in:
Weijia Wang
2023-06-08 12:09:04 +03:00
committed by GitHub
+1 -1
View File
@@ -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" ([]