diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2024-06-15 23:26:50 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-08-31 10:45:32 +0200 |
commit | 9afdc7df1c8d8c2ea63f55574a983010acf89211 (patch) | |
tree | f5227701984a8f3aef20d45215e52e2f07ea6dff | |
parent | 5cb3eaed1523b2fce3049d74744700132d724f19 (diff) | |
download | guix-9afdc7df1c8d8c2ea63f55574a983010acf89211.tar.gz guix-9afdc7df1c8d8c2ea63f55574a983010acf89211.zip |
guix: import texlive: Move a comment.
* guix/import/texlive.scm (latex-bin-dependency-tree): Move comment inside the
variable.
Change-Id: Ia3fd8b49b9680122c0f85dca0226db42b0dd3927
-rw-r--r-- | guix/import/texlive.scm | 6 |
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 |