From 8ace45c088497583c5a0a03cff3c09600a3d09b9 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sun, 14 May 2023 21:44:45 +0200 Subject: gnu: texlive-fonts-iwona -> texlive-iwona. * gnu/packages/tex.scm (texlive-iwona): New variable. (texlive-fonts-iwona): Deprecate variable. * gnu/packages/guile-xyz.scm (guile-cv)[native-inputs]: Use new name. --- gnu/packages/guile-xyz.scm | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'gnu/packages/guile-xyz.scm') diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index 334996df0d..9c0b642b97 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -4044,12 +4044,13 @@ feature-set, fully programmable in Guile Scheme.") (inputs (list vigra vigra-c guile-2.2)) (native-inputs - `(("texlive" ,(texlive-updmap.cfg (list texlive-booktabs - texlive-lm - texlive-siunitx - texlive-standalone - texlive-xcolor - texlive-fonts-iwona))) + `(("texlive" ,(texlive-updmap.cfg + (list texlive-booktabs + texlive-iwona + texlive-lm + texlive-siunitx + texlive-standalone + texlive-xcolor))) ("pkg-config" ,pkg-config))) (propagated-inputs `(("guile-lib" ,guile2.2-lib))) -- cgit 1.4.1