From 641b599d0bd1902abeab19e286cdd6c368f8daa3 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Thu, 13 Jan 2022 22:26:23 +0100 Subject: import: texlive: Remove labels from 'propagated-inputs' field. * guix/import/texlive.scm (tlpdb->package): Remove labels from 'propagated-inputs' field. * tests/texlive.scm ("texlive->guix-package"): Adjust accordingly. --- tests/texlive.scm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tests') diff --git a/tests/texlive.scm b/tests/texlive.scm index 5ddd991767..f718e3a0a0 100644 --- a/tests/texlive.scm +++ b/tests/texlive.scm @@ -185,11 +185,11 @@ completely compatible with Plain TeX.") ('base32 (? string? hash)) #:trivial? #t)) ('propagated-inputs - (("texlive-cm" ',texlive-cm) - ("texlive-hyphen-base" ',texlive-hyphen-base) - ("texlive-knuth-lib" ',texlive-knuth-lib) - ("texlive-plain" ',texlive-plain) - ("texlive-tex" ',texlive-tex))) + ('list 'texlive-cm + 'texlive-hyphen-base + 'texlive-knuth-lib + 'texlive-plain + 'texlive-tex)) ('home-page "https://www.tug.org/texlive/") ('synopsis "Plain TeX macros for Physicists") ('description (? string? description)) -- cgit v1.2.3