From ecc1c3af11724ff95439b044244e733c997b8211 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Wed, 14 Jun 2023 10:28:55 +0200 Subject: guix: texlive importer: Set #:texlive-latex-bin? when appropriate. * guix/import/texlive.scm (latex-bin-dependency-tree): New function. (tlpdb->package): Set #:TEXLIVE-LATEX-BIN? when appropriate. * tests/texlive.scm ("texlive->guix-package, lonely `hyphen-base' dependency and ARCH"): Update test. --- tests/texlive.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/texlive.scm b/tests/texlive.scm index 64ab6a2e2e..063cde6465 100644 --- a/tests/texlive.scm +++ b/tests/texlive.scm @@ -633,6 +633,7 @@ completely compatible with Plain TeX.") ('source _) ('outputs _) ('build-system 'texlive-build-system) + ('arguments ('list '#:texlive-latex-bin? #f)) ('propagated-inputs ('list 'texlive-cm 'texlive-hyphen-base)) ('home-page (? string?)) -- cgit 1.4.1