summaryrefslogtreecommitdiff
path: root/gnu/packages/guile-xyz.scm
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2023-05-14 21:44:45 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2023-07-18 18:11:06 +0200
commit8ace45c088497583c5a0a03cff3c09600a3d09b9 (patch)
tree88a5cf8560c969924db6c7d78cdc91424a6c4a0a /gnu/packages/guile-xyz.scm
parent16b71431dd7d3b1e79db557a09deeb65b684ba74 (diff)
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.
Diffstat (limited to 'gnu/packages/guile-xyz.scm')
-rw-r--r--gnu/packages/guile-xyz.scm13
1 files changed, 7 insertions, 6 deletions
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)))