[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
84/141: guix: import texlive: Move a comment.
From: |
guix-commits |
Subject: |
84/141: guix: import texlive: Move a comment. |
Date: |
Wed, 26 Jun 2024 06:34:18 -0400 (EDT) |
ngz pushed a commit to branch tex-team
in repository guix.
commit 2c2f0a32ab9ae05b06238238864d2593b3b09394
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
- 72/141: gnu: texlive-xindy: Build binary separately., (continued)
- 72/141: gnu: texlive-xindy: Build binary separately., guix-commits, 2024/06/26
- 73/141: guix: import texlive: Propagate binaries when necessary., guix-commits, 2024/06/26
- 75/141: gnu: Update commentary section in "tex.scm"., guix-commits, 2024/06/26
- 74/141: gnu: texlive-docstrip: Remove it., guix-commits, 2024/06/26
- 76/141: gnu: texlive-xits: Fix typo in description., guix-commits, 2024/06/26
- 78/141: gnu: texlive-scripts: Add missing "mktexfmt" symlink., guix-commits, 2024/06/26
- 77/141: gnu: texlive-texdirflatten: Add missing Perl input., guix-commits, 2024/06/26
- 79/141: gnu: python-sphinx: Fix build., guix-commits, 2024/06/26
- 81/141: guix: import texlive: Rename some functions., guix-commits, 2024/06/26
- 80/141: gnu: texlive-hyphen-complete: Fix locations., guix-commits, 2024/06/26
- 84/141: guix: import texlive: Move a comment.,
guix-commits <=
- 87/141: guix: import texlive: Implement auto-updates., guix-commits, 2024/06/26
- 86/141: guix: import texlive: Handle versions., guix-commits, 2024/06/26
- 82/141: guix: import texlive: Sort modules alphabetically., guix-commits, 2024/06/26
- 83/141: guix: import texlive: Remove `files-differ?' function., guix-commits, 2024/06/26
- 92/141: gnu: Factorize URLs relative to TeX Live., guix-commits, 2024/06/26
- 85/141: guix: import texlive: Factorize package inputs listing., guix-commits, 2024/06/26
- 90/141: gnu: texlive-scripts: Allow auto-updates., guix-commits, 2024/06/26
- 89/141: gnu: TeX Live packages built from TEXLIVE-SOURCE use same version., guix-commits, 2024/06/26
- 91/141: gnu: texlive-scripts: Fix typo in description., guix-commits, 2024/06/26
- 95/141: gnu: texlive-scripts: Add missing file name for checkout., guix-commits, 2024/06/26