me
/
guix
Archived
1
0
Fork 0

doc: Fix typo in qemu-binfmt-service example.

* doc/guix.texi (Virtualization Services): Add missing parentheses.
master
Leo Famulari 2021-03-24 18:35:05 -04:00
parent 86dd54f230
commit 27744ac895
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 1 additions and 1 deletions

View File

@ -28709,7 +28709,7 @@ service:
@lisp
(service qemu-binfmt-service-type
(qemu-binfmt-configuration
(platforms (lookup-qemu-platforms "arm"))
(platforms (lookup-qemu-platforms "arm"))))
@end lisp
You can run: