From 9afdc7df1c8d8c2ea63f55574a983010acf89211 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sat, 15 Jun 2024 23:26:50 +0200 Subject: 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 -- cgit v1.2.3