diff options
author | Andreas Enge <andreas@enge.fr> | 2016-02-13 20:11:14 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2016-02-16 16:37:37 +0100 |
commit | 3c192e4e1b066e0212dc3f10d838e552ded8144b (patch) | |
tree | a3dc2c77f9d8d61abd407b4cbc292c7909c739c2 /doc | |
parent | f5c6e77a7f42e133df8c97d3b4798a11e6d58d06 (diff) | |
download | guix-3c192e4e1b066e0212dc3f10d838e552ded8144b.tar guix-3c192e4e1b066e0212dc3f10d838e552ded8144b.tar.gz |
doc: Add footnote on Guile-JSON.
* doc/guix.texi ("invoking guix import"): Add a footnote to the CPAN importer
on the need for Guile-JSON.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 979288c3be..c5a7de7c3b 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -4321,7 +4321,9 @@ guix import gem rails @item cpan @cindex CPAN -Import metadata from @uref{https://www.metacpan.org/, MetaCPAN}. +Import metadata from @uref{https://www.metacpan.org/, MetaCPAN}@footnote{This +functionality requires Guile-JSON to be installed. +@xref{Requirements}.}. Information is taken from the JSON-formatted metadata provided through @uref{https://api.metacpan.org/, MetaCPAN's API} and includes most relevant information, such as module dependencies. License information |