[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#39091: [PATCH] gnu: entr: Fix references to external programs
From: |
Ludovic Courtès |
Subject: |
bug#39091: [PATCH] gnu: entr: Fix references to external programs |
Date: |
Sat, 11 Jan 2020 22:34:39 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) |
Hi,
Jakub Kądziołka <address@hidden> skribis:
> * gnu/packages/entr.scm (entr)[remove-fhs-file-names]: Use (which)
> instead of relying on the runtime PATH. Patch the path for /bin/sh
> too.
> * gnu/packages/entr.scm (entr)[inputs]: Add a dependency on ncurses to
> get the path of the clear binary it provides.
Committed with tweaks to the commit log.
Thanks,
Ludo’.