guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/09: gnu: blesh: Substitute with readlink directly.


From: guix-commits
Subject: 05/09: gnu: blesh: Substitute with readlink directly.
Date: Sun, 9 Oct 2022 16:33:46 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit b5e83548fb83f8f64743fd258944f172c96a0a50
Author: kiasoc5 <kiasoc5@disroot.org>
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 <ludo@gnu.org>
---
 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 _



reply via email to

[Prev in Thread] Current Thread [Next in Thread]