bat-extras.batman: remove util-linux on Darwin

This commit is contained in:
Theodore Ni 2023-06-07 21:47:26 -07:00
parent c0dc1bbc25
commit 3331569a77
No known key found for this signature in database
GPG key ID: 48B67583BDDD4474

View file

@ -142,7 +142,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" [ util-linux ]; batman = script "batman" (lib.optionals stdenv.isLinux [ util-linux ]);
batpipe = script "batpipe" [ less ]; batpipe = script "batpipe" [ less ];
batwatch = script "batwatch" ([ less coreutils ] ++ optionalDep withEntr entr); batwatch = script "batwatch" ([ less coreutils ] ++ optionalDep withEntr entr);
prettybat = script "prettybat" ([] prettybat = script "prettybat" ([]