guix-commits
[Top][All Lists]
Advanced

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

branch master updated: doc: Mention virtualization module and add missin


From: guix-commits
Subject: branch master updated: doc: Mention virtualization module and add missing closing parenthesis.
Date: Fri, 04 Jun 2021 07:29:06 -0400

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a9afff4  doc: Mention virtualization module and add missing closing 
parenthesis.
a9afff4 is described below

commit a9afff4beb830b344a59a6fd7e48335e5c9c3da5
Author: Solene Rapenne <solene@perso.pw>
AuthorDate: Sun May 30 16:04:35 2021 +0200

    doc: Mention virtualization module and add missing closing parenthesis.
    
    * doc/contributing.texi (Submitting Patches): Mention virtualization module
    and add missing closing parenthesis.
    
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 doc/contributing.texi | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/doc/contributing.texi b/doc/contributing.texi
index bebc872..87719a4 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.



reply via email to

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