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

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

bug#55843: closed ([PATCH] guix: platform: Fix typo in lookup-platform-b


From: GNU bug Tracking System
Subject: bug#55843: closed ([PATCH] guix: platform: Fix typo in lookup-platform-by-target.)
Date: Wed, 08 Jun 2022 10:04:02 +0000

Your message dated Wed, 08 Jun 2022 12:02:56 +0200
with message-id <87fskfqxpr.fsf@gnu.org>
and subject line Re: bug#55843: [PATCH] guix: platform: Fix typo in 
lookup-platform-by-target.
has caused the debbugs.gnu.org bug report #55843,
regarding [PATCH] guix: platform: Fix typo in lookup-platform-by-target.
to be marked as done.

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


-- 
55843: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=55843
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] guix: platform: Fix typo in lookup-platform-by-target. Date: Wed, 8 Jun 2022 11:58:41 +0200
* guix/platform.scm (lookup-platform-by-target): Fix typo system ->
target.
---
 guix/platform.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/platform.scm b/guix/platform.scm
index 361241cb2e..19d4527e29 100644
--- a/guix/platform.scm
+++ b/guix/platform.scm
@@ -121,7 +121,7 @@ (define (platform-system->target system)
 (define (platform-target->system target)
   "Return the system matching the given TARGET if it exists or false
 otherwise."
-  (let ((platform (lookup-platform-by-target system)))
+  (let ((platform (lookup-platform-by-target target)))
     (and=> platform platform-system)))
 
 
-- 
2.36.1




--- End Message ---
--- Begin Message --- Subject: Re: bug#55843: [PATCH] guix: platform: Fix typo in lookup-platform-by-target. Date: Wed, 08 Jun 2022 12:02:56 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)
Hello,

> * guix/platform.scm (lookup-platform-by-target): Fix typo system ->
> target.

Oops, pushed as 5011866692cb25fae2e33247b3a4a0603e223f51.

Thanks,

Mathieu


--- End Message ---

reply via email to

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