me
/
guix
Archived
1
0
Fork 0

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
kiasoc5 2022-10-01 16:55:53 -04:00 committed by Ludovic Courtès
parent 27a3a5d193
commit b5e83548fb
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 2 deletions

View File

@ -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 _