emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#58234: closed ([PATCH] gnu: blesh: Substitute with readlink directly


From: GNU bug Tracking System
Subject: bug#58234: closed ([PATCH] gnu: blesh: Substitute with readlink directly.)
Date: Sun, 09 Oct 2022 20:19:02 +0000

Your message dated Sun, 09 Oct 2022 22:18:30 +0200
with message-id <87lepo4up5.fsf@gnu.org>
and subject line Re: bug#58234: [PATCH] gnu: blesh: Substitute with readlink 
directly.
has caused the debbugs.gnu.org bug report #58234,
regarding [PATCH] gnu: blesh: Substitute with readlink directly.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
58234: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58234
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: blesh: Substitute with readlink directly. Date: Sat, 1 Oct 2022 16:55:53 -0400
Fixes https://issues.guix.gnu.org/57659#6.
---
 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 @@ (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 _

base-commit: cbe8391d7c570a12416acfbfbbb818404d8b9203
-- 
2.37.3




--- End Message ---
--- Begin Message --- Subject: Re: bug#58234: [PATCH] gnu: blesh: Substitute with readlink directly. Date: Sun, 09 Oct 2022 22:18:30 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)
Hi,

kiasoc5 <kiasoc5@disroot.org> skribis:

> Fixes https://issues.guix.gnu.org/57659#6.

I added a commit log and applied it, thanks!

Ludo’.


--- End Message ---

reply via email to

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