mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: entr: Remove ncurses from inputs.
* gnu/packages/entr.scm (entr)[inputs]: Remove ncurses from inputs. Change-Id: Ia683e940bc99bee9b9e29e03778ceb15e1d4f543
This commit is contained in:
parent
893b55a9ce
commit
803ad6cfe1
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-minimal coreutils ncurses))
|
||||
(inputs (list bash-minimal coreutils))
|
||||
(home-page "https://eradman.com/entrproject/")
|
||||
(synopsis "Run arbitrary commands when files change")
|
||||
(description
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue