me
/
guix
Archived
1
0
Fork 0

doc: Remove markup for external package names.

* doc/guix.texi (Invoking guix import): Remove markup, which is not warranted
here.
master
Nicolas Goaziou 2020-05-07 11:49:07 +02:00
parent 13b0777f25
commit 82426f4d4a
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 4 additions and 4 deletions

View File

@ -9149,8 +9149,8 @@ should be checked closely. If Perl is available in the store, then the
@code{corelist} utility will be used to filter core modules out of the @code{corelist} utility will be used to filter core modules out of the
list of dependencies. list of dependencies.
The command command below imports metadata for the @code{Acme::Boolean} The command command below imports metadata for the Acme::Boolean Perl
Perl module: module:
@example @example
guix import cpan Acme::Boolean guix import cpan Acme::Boolean
@ -9341,7 +9341,7 @@ in Guix.
@end table @end table
The command below imports metadata for the latest version of the The command below imports metadata for the latest version of the
@code{HTTP} Haskell package without including test dependencies and HTTP Haskell package without including test dependencies and
specifying the value of the flag @samp{network-uri} as @code{false}: specifying the value of the flag @samp{network-uri} as @code{false}:
@example @example
@ -9381,7 +9381,7 @@ and generate package expressions for all those packages that are not yet
in Guix. in Guix.
@end table @end table
The command below imports metadata for the @code{HTTP} Haskell package The command below imports metadata for the HTTP Haskell package
included in the LTS Stackage release version 7.18: included in the LTS Stackage release version 7.18:
@example @example