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>master
parent
27a3a5d193
commit
b5e83548fb
|
@ -483,8 +483,7 @@ you to call routines in shared libraries from within Bash.")
|
|||
(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 _
|
||||
|
|
Reference in New Issue