unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#48744] [PATCH] doc: Mentions virtualization module and add missing closing parenthesis.
@ 2021-05-30 14:04 Solene Rapenne via Guix-patches via
  2021-06-04 11:29 ` bug#48744: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: Solene Rapenne via Guix-patches via @ 2021-05-30 14:04 UTC (permalink / raw)
  To: 48744

Not sure for the commit message, it seems too long.

---
 doc/contributing.texi | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/doc/contributing.texi b/doc/contributing.texi
index bebc8721a0..87719a4bbe 100644
--- a/doc/contributing.texi
+++ b/doc/contributing.texi
@@ -1018,13 +1018,14 @@ Make sure the package builds on your platform, using @code{guix build
 We recommend you also try building the package on other supported
 platforms.  As you may not have access to actual hardware platforms, we
 recommend using the @code{qemu-binfmt-service-type} to emulate them.  In
-order to enable it, add the following service to the list of services in
-your @code{operating-system} configuration:
+order to enable it, add the @code{virtualization} service module and the
+following service to the list of services in your @code{operating-system}
+configuration:
 
 @lisp
 (service qemu-binfmt-service-type
  (qemu-binfmt-configuration
-   (platforms (lookup-qemu-platforms "arm" "aarch64"))
+   (platforms (lookup-qemu-platforms "arm" "aarch64"))))
 @end lisp
 
 Then reconfigure your system.
-- 
2.31.1





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

* bug#48744: [PATCH] doc: Mentions virtualization module and add missing closing parenthesis.
  2021-05-30 14:04 [bug#48744] [PATCH] doc: Mentions virtualization module and add missing closing parenthesis Solene Rapenne via Guix-patches via
@ 2021-06-04 11:29 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2021-06-04 11:29 UTC (permalink / raw)
  To: Solene Rapenne; +Cc: 48744-done


Hello,

> Not sure for the commit message, it seems too long.

I added a commit message following the conventions and pushed.

Thanks,

Mathieu




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

end of thread, other threads:[~2021-06-04 11:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-30 14:04 [bug#48744] [PATCH] doc: Mentions virtualization module and add missing closing parenthesis Solene Rapenne via Guix-patches via
2021-06-04 11:29 ` bug#48744: " 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).