gnu: entr: Switch input from bash to bash-minimal.

* gnu/packages/entr.scm (entr): Switch input from bash to bash-minimal. This
was recommended by guix style lint.

Change-Id: Iccd37c3bf04b95ed510900f9d6ffd9359a227948
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Javier Olaechea 2024-11-08 19:03:38 -05:00 committed by Ludovic Courtès
parent 3806c39c91
commit 9600e345c1
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -68,7 +68,7 @@
(search-input-file inputs command))
(("/usr(/bin/clear)" _ command)
(search-input-file inputs command))))))))
(inputs (list bash coreutils ncurses))
(inputs (list bash-minimal coreutils ncurses))
(home-page "https://eradman.com/entrproject/")
(synopsis "Run arbitrary commands when files change")
(description