about summary refs log tree commit diff
path: root/pkgs/tools/misc/bat-extras
diff options
context:
space:
mode:
authorDennis Hoppe <github@debian-solutions.de>2022-04-24 11:08:25 +0200
committerGitHub <noreply@github.com>2022-04-24 11:08:25 +0200
commit7f9e285f5463c697af0fbba6baceb05c0b631851 (patch)
tree6fe031b6e319553e43b9b01ab194611bf18055ef /pkgs/tools/misc/bat-extras
parent65bceb3aa86eebeda3153292ad86a3b43beb8c41 (diff)
bat-extras.batman: Add new dependency (util-linux)
Diffstat (limited to 'pkgs/tools/misc/bat-extras')
-rw-r--r--pkgs/tools/misc/bat-extras/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/tools/misc/bat-extras/default.nix b/pkgs/tools/misc/bat-extras/default.nix
index cb483567f215b..318cdfd2246a1 100644
--- a/pkgs/tools/misc/bat-extras/default.nix
+++ b/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