me
/
guix
Archived
1
0
Fork 0

doc: Use '@lisp' for 'options->transformation' example.

* doc/guix.texi (Defining Package Variants): Use @lisp for
'options->transformation' example.
master
Ludovic Courtès 2020-11-03 10:40:25 +01:00
parent 0dc89c0368
commit dbf572e007
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -6919,10 +6919,10 @@ Return a procedure that, when passed an object to build (package,
derivation, etc.), applies the transformations specified by @var{opts} and returns
the resulting objects. @var{opts} must be a list of symbol/string pairs such as:
@example
@lisp
((with-branch . "guile-gcrypt=master")
(without-tests . "libgcrypt"))
@end example
@end lisp
Each symbol names a transformation and the corresponding string is an argument
to that transformation.