mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
3806c39c91
commit
9600e345c1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue