ngz pushed a commit to branch tex-team
in repository guix.

commit e38e983cc8c2627c4905ce0e25df46806cf09cd5
Author: Nicolas Goaziou <m...@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

Reply via email to