3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00
Commit graph

9 commits

Author SHA1 Message Date
Tobias Geerinckx-Rice 6ad8fc65d4
gnu: entr: Remove erroneous use of DESTDIR.
* gnu/packages/entr.scm (entr)[arguments]: Correctly set PREFIXes.
2020-10-08 15:57:32 +02:00
Tobias Geerinckx-Rice a5ed8e0e7c
gnu: entr: Cross-compile.
* gnu/packages/entr.scm (entr)[arguments]: Use CC-FOR-TARGET.
Use INPUTS instead of WHICH.
[inputs]: Add non-native bash and coreutils packages.
2020-10-07 03:21:44 +02:00
Tobias Geerinckx-Rice 16d3630bf4
gnu: entr: Update to 4.6.
* gnu/packages/entr.scm (entr): Update to 4.6.
2020-10-07 03:21:44 +02:00
Jakub Kądziołka 4897038983
gnu: entr: Fix references to external programs.
* 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>
2020-01-12 00:19:10 +01:00
Tobias Geerinckx-Rice 06effaf6a1
gnu: entr: Update to 4.2.
* gnu/packages/entr.scm (entr): Update to 4.2.
2019-04-05 06:25:24 +02:00
Ricardo Wurmus fbc70c97c6
gnu: entr: Update to 4.1.
* gnu/packages/entr.scm (entr): Update to 4.1.
[arguments]: Use INVOKE.
2019-01-25 13:21:19 +01:00
Oleg Pykhalov 6247431b70
gnu: entr: Fix typo in description.
* gnu/packages/entr.scm (entr)[description]: Fix typo.
2018-12-22 18:01:24 +03:00
Leo Famulari 6fb0dd3495
gnu: entr: Update to 3.6.
Suggested by Matthew O'N.S Jordan <matthewjordannm@gmail.com>.

* gnu/packages/entr.scm (entr): Update to 3.6.
2016-08-30 15:22:30 -04:00
Matthew Jordan 5d38aa0826
gnu: Add entr.
* gnu/packages/entr.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2016-05-11 18:16:11 +02:00