[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
85/97: guix: import texlive: Move a comment.
From: |
guix-commits |
Subject: |
85/97: guix: import texlive: Move a comment. |
Date: |
Fri, 21 Jun 2024 06:41:32 -0400 (EDT) |
ngz pushed a commit to branch tex-team
in repository guix.
commit e38e983cc8c2627c4905ce0e25df46806cf09cd5
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Jun 15 23:26:50 2024 +0200
guix: import texlive: Move a comment.
* guix/import/texlive.scm (latex-bin-dependency-tree): Move comment inside
the
variable.
Change-Id: Ia3fd8b49b9680122c0f85dca0226db42b0dd3927
---
guix/import/texlive.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/guix/import/texlive.scm b/guix/import/texlive.scm
index a87f1346b0..7cf8d41cc4 100644
--- a/guix/import/texlive.scm
+++ b/guix/import/texlive.scm
@@ -274,10 +274,10 @@ Guix-specific packages."
(loop all (record key value current field-type)
key))))
(loop all current #false))))))))))))
-;; Packages listed below are used to build "latex-bin" package, and therefore
-;; cannot provide it automatically as a native input. Consequently, the
-;; importer sets TEXLIVE-LATEX-BIN? argument to #F for all of them.
(define latex-bin-dependency-tree
+ ;; Return a list of packages used to build "latex-bin" package. Those
+ ;; cannot provide it as a native input. Consequently, the importer sets
+ ;; TEXLIVE-LATEX-BIN? argument to #F for all of them.
(memoize
(lambda (package-database)
;; Start out with "latex-bin", but also provide native inputs, which do
- 65/97: gnu: Add texlive-luajittex-bin., (continued)
- 65/97: gnu: Add texlive-luajittex-bin., guix-commits, 2024/06/21
- 70/97: gnu: texlive-musixtnt: Build binary separately., guix-commits, 2024/06/21
- 69/97: gnu: texlive-dvipos: Build binaries separately., guix-commits, 2024/06/21
- 64/97: gnu: Add texlive-xml2pmx-bin., guix-commits, 2024/06/21
- 72/97: gnu: texlive-xindy: Build binary separately., guix-commits, 2024/06/21
- 73/97: guix: import texlive: Propagate binaries when necessary., guix-commits, 2024/06/21
- 82/97: guix: import texlive: Rename some functions., guix-commits, 2024/06/21
- 81/97: guix: import texlive: Remove need for having "svn" binary in PATH., guix-commits, 2024/06/21
- 80/97: gnu: texlive-hyphen-complete: Fix locations., guix-commits, 2024/06/21
- 86/97: guix: import texlive: Factorize package inputs listing., guix-commits, 2024/06/21
- 85/97: guix: import texlive: Move a comment.,
guix-commits <=
- 87/97: guix: import texlive: Handle versions., guix-commits, 2024/06/21
- 93/97: gnu: Factorize URLs relative to TeX Live., guix-commits, 2024/06/21
- 97/97: guix: texlive importer: Adjust to generate new source format., guix-commits, 2024/06/21
- 96/97: gnu: texlive-scripts: Add missing file name for checkout., guix-commits, 2024/06/21
- 62/97: gnu: Add texlive-xpdfopen-bin., guix-commits, 2024/06/21
- 76/97: gnu: texlive-xits: Fix typo in description., guix-commits, 2024/06/21
- 88/97: guix: import texlive: Implement auto-updates., guix-commits, 2024/06/21
- 84/97: guix: import texlive: Remove `files-differ?' function., guix-commits, 2024/06/21
- 95/97: gnu: Remove artefacts from previous TeX Live packaging., guix-commits, 2024/06/21
- 94/97: gnu: Refactor TeX Live packages to refer to SVN directly., guix-commits, 2024/06/21