diff mbox series

[bug#48744] doc: Mentions virtualization module and add missing closing parenthesis.

Message ID 20210530160435.13bdaf5b@perso.pw
State Accepted
Headers show
Series [bug#48744] doc: Mentions virtualization module and add missing closing parenthesis. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch success View Laminar job
cbaines/issue success View issue

Commit Message

Solene Rapenne May 30, 2021, 2:04 p.m. UTC
Not sure for the commit message, it seems too long.

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

Comments

Mathieu Othacehe June 4, 2021, 11:29 a.m. UTC | #1
Hello,

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

I added a commit message following the conventions and pushed.

Thanks,

Mathieu
diff mbox series

Patch

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.