civodul pushed a commit to branch master
in repository guix.
commit b5e83548fb83f8f64743fd258944f172c96a0a50
Author: kiasoc5 <[email protected]>
AuthorDate: Sat Oct 1 16:55:53 2022 -0400
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 <[email protected]>
---
gnu/packages/bash.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnu/packages/bash.scm b/gnu/packages/bash.scm
index 86af26d648..7545f331e6 100644
--- a/gnu/packages/bash.scm
+++ b/gnu/packages/bash.scm
@@ -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 _