gnu: entr: Remove ncurses from inputs.

* gnu/packages/entr.scm (entr)[inputs]: Remove ncurses from inputs.

Change-Id: Ia683e940bc99bee9b9e29e03778ceb15e1d4f543
This commit is contained in:
jgart 2025-11-16 11:10:56 -06:00
parent 893b55a9ce
commit 803ad6cfe1
No known key found for this signature in database
GPG key ID: A52AA2B477B6DD35

View file

@ -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