GNU bug report logs - #58234
[PATCH] gnu: blesh: Substitute with readlink directly.

Previous Next

Package: guix-patches;

Reported by: kiasoc5 <kiasoc5 <at> disroot.org>

Date: Sat, 1 Oct 2022 20:58:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#58234: closed ([PATCH] gnu: blesh: Substitute with readlink
 directly.)
Date: Sun, 09 Oct 2022 20:19:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sun, 09 Oct 2022 22:18:30 +0200
with message-id <87lepo4up5.fsf <at> 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 <at> gnu.org.)


-- 
58234: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58234
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: kiasoc5 <kiasoc5 <at> disroot.org>
To: guix-patches <at> gnu.org
Cc: kiasoc5 <kiasoc5 <at> disroot.org>
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



[Message part 3 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: kiasoc5 <kiasoc5 <at> disroot.org>
Cc: 58234-done <at> debbugs.gnu.org
Subject: Re: bug#58234: [PATCH] gnu: blesh: Substitute with readlink directly.
Date: Sun, 09 Oct 2022 22:18:30 +0200
Hi,

kiasoc5 <kiasoc5 <at> disroot.org> skribis:

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

I added a commit log and applied it, thanks!

Ludo’.


This bug report was last modified 2 years and 247 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.