bat-extras.batman: Add new dependency (util-linux)

main
Dennis Hoppe 2 years ago committed by GitHub
parent 65bceb3aa8
commit 7f9e285f54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pkgs/tools/misc/bat-extras/default.nix

@ -15,6 +15,8 @@
# batdiff
, gitMinimal
, withDelta ? delta != null, delta ? null
# batman
, util-linux
}:
let
@ -136,7 +138,7 @@ in
{
batdiff = script "batdiff" ([ less coreutils gitMinimal ] ++ optionalDep withDelta delta);
batgrep = script "batgrep" [ less coreutils ripgrep ];
batman = script "batman" [];
batman = script "batman" [ util-linux ];
batwatch = script "batwatch" ([ less coreutils ] ++ optionalDep withEntr entr);
prettybat = script "prettybat" ([]
++ optionalDep withShFmt shfmt

Loading…
Cancel
Save