mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: blesh: Substitute with readlink directly.
Fixes <https://issues.guix.gnu.org/57659#6>. * gnu/packages/bash.scm (blesh)[arguments]: In 'make-readlink-work', remove use of 'search-input-file'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
27a3a5d193
commit
b5e83548fb
1 changed files with 1 additions and 2 deletions
|
@ -483,8 +483,7 @@ (define-public blesh
|
|||
(lambda _
|
||||
(substitute* "ble.pp"
|
||||
(("PATH=/bin:/usr/bin readlink")
|
||||
(search-input-file %build-inputs
|
||||
"/bin/readlink")))))
|
||||
"readlink"))))
|
||||
(delete 'configure) ;no configure
|
||||
(add-before 'check 'use-LANG-for-tests
|
||||
(lambda _
|
||||
|
|
Loading…
Reference in a new issue