[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/07: doc: Note SVN dependency of texlive importer.
From: |
guix-commits |
Subject: |
01/07: doc: Note SVN dependency of texlive importer. |
Date: |
Fri, 23 Feb 2024 14:51:40 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit bf746ae2586030ad70904c151ddd1f8ee6645926
Author: Herman Rimm <herman@rimm.ee>
AuthorDate: Tue Feb 20 21:45:09 2024 +0100
doc: Note SVN dependency of texlive importer.
* doc/guix.texi (Invoking guix import): Note dependency and remove
duplicated words.
Change-Id: I94320db8c8ab3569aa461876522d5560e37a19ea
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
doc/guix.texi | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index 34aa3545da..b761ec58bc 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -14342,7 +14342,7 @@ statistical and graphical environment}.
Information is extracted from the @file{DESCRIPTION} file of the package.
-The command command below imports metadata for the Cairo R package:
+The command below imports metadata for the Cairo R package:
@example
guix import cran Cairo
@@ -14402,10 +14402,10 @@ Information about the package is obtained from the
TeX Live package
database, a plain text file that is included in the
@code{texlive-scripts} package. The source code is downloaded from
possibly multiple locations in the SVN repository of the Tex Live
-project.
+project. Note that therefore SVN must be installed and in @code{$PATH};
+run @code{guix install subversion} if needed.
-The command command below imports metadata for the @code{fontspec}
-TeX package:
+The command below imports metadata for the @code{fontspec} TeX package:
@example
guix import texlive fontspec
- branch master updated (e7990b1217 -> b386c11e78), guix-commits, 2024/02/23
- 03/07: utils: Add insert-expression procedure., guix-commits, 2024/02/23
- 02/07: import: Wrap package expressions with define-public., guix-commits, 2024/02/23
- 01/07: doc: Note SVN dependency of texlive importer.,
guix-commits <=
- 05/07: import: Insert packages into modules alphabetically., guix-commits, 2024/02/23
- 06/07: import: Discard args after --version and --help., guix-commits, 2024/02/23
- 07/07: import: Do not return package name with json importer., guix-commits, 2024/02/23
- 04/07: utils: Add find-definition-insertion-location procedure., guix-commits, 2024/02/23