summaryrefslogtreecommitdiff
path: root/gnu/packages/entr.scm
Commit message (Collapse)AuthorAge
* gnu: entr: Fix references to external programs.Jakub Kądziołka2020-01-12
| | | | | | | | * gnu/packages/entr.scm (entr)[arguments](remove-fhs-file-names): Use 'which' instead of relying on the runtime PATH. Patch /bin/sh too. [inputs]: Add NCURSES. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: entr: Update to 4.2.Tobias Geerinckx-Rice2019-04-05
| | | | * gnu/packages/entr.scm (entr): Update to 4.2.
* gnu: entr: Update to 4.1.Ricardo Wurmus2019-01-25
| | | | | * gnu/packages/entr.scm (entr): Update to 4.1. [arguments]: Use INVOKE.
* gnu: entr: Fix typo in description.Oleg Pykhalov2018-12-22
| | | | * gnu/packages/entr.scm (entr)[description]: Fix typo.
* gnu: entr: Update to 3.6.Leo Famulari2016-08-30
| | | | | | Suggested by Matthew O'N.S Jordan <matthewjordannm@gmail.com>. * gnu/packages/entr.scm (entr): Update to 3.6.
* gnu: Add entr.Matthew Jordan2016-05-11
* gnu/packages/entr.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Co-authored-by: Ludovic Courtès <ludo@gnu.org>