unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#55843] [PATCH] guix: platform: Fix typo in lookup-platform-by-target.
@ 2022-06-08  9:58 Josselin Poiret via Guix-patches via
  2022-06-08 10:02 ` bug#55843: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: Josselin Poiret via Guix-patches via @ 2022-06-08  9:58 UTC (permalink / raw)
  To: 55843; +Cc: Josselin Poiret

* 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)))
 
 \f
-- 
2.36.1





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

* bug#55843: [PATCH] guix: platform: Fix typo in lookup-platform-by-target.
  2022-06-08  9:58 [bug#55843] [PATCH] guix: platform: Fix typo in lookup-platform-by-target Josselin Poiret via Guix-patches via
@ 2022-06-08 10:02 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2022-06-08 10:02 UTC (permalink / raw)
  To: Josselin Poiret; +Cc: 55843-done


Hello,

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

Oops, pushed as 5011866692cb25fae2e33247b3a4a0603e223f51.

Thanks,

Mathieu




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

end of thread, other threads:[~2022-06-08 10:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-08  9:58 [bug#55843] [PATCH] guix: platform: Fix typo in lookup-platform-by-target Josselin Poiret via Guix-patches via
2022-06-08 10:02 ` bug#55843: " Mathieu Othacehe

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).