summaryrefslogtreecommitdiff
path: root/guix/import/texlive.scm
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2024-06-15 23:26:50 +0200
committerChristopher Baines <mail@cbaines.net>2024-06-29 12:13:16 +0100
commitad77d70cbb543db6533f50e376e280c86f807683 (patch)
tree3fc3693bd2dcf7c96923291ed068093378f6d949 /guix/import/texlive.scm
parent3fc1ba8daa9d2282aa538762dc5ce4af508b8313 (diff)
guix: import texlive: Move a comment.
* guix/import/texlive.scm (latex-bin-dependency-tree): Move comment inside the variable. Change-Id: Ia3fd8b49b9680122c0f85dca0226db42b0dd3927
Diffstat (limited to 'guix/import/texlive.scm')
-rw-r--r--guix/import/texlive.scm6
1 files 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