mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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.
This commit is contained in:
parent
16b71431dd
commit
8ace45c088
2 changed files with 29 additions and 37 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue