unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#58234] [PATCH] gnu: blesh: Substitute with readlink directly.
@ 2022-10-01 20:55 kiasoc5 via Guix-patches via
  2022-10-09 20:18 ` bug#58234: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: kiasoc5 via Guix-patches via @ 2022-10-01 20:55 UTC (permalink / raw)
  To: 58234; +Cc: kiasoc5

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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#58234: [PATCH] gnu: blesh: Substitute with readlink directly.
  2022-10-01 20:55 [bug#58234] [PATCH] gnu: blesh: Substitute with readlink directly kiasoc5 via Guix-patches via
@ 2022-10-09 20:18 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-10-09 20:18 UTC (permalink / raw)
  To: kiasoc5; +Cc: 58234-done

Hi,

kiasoc5 <kiasoc5@disroot.org> skribis:

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

I added a commit log and applied it, thanks!

Ludo’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-10-09 20:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-01 20:55 [bug#58234] [PATCH] gnu: blesh: Substitute with readlink directly kiasoc5 via Guix-patches via
2022-10-09 20:18 ` bug#58234: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).