mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pypandoc: Use patched texlive-amsfonts.
* gnu/packages/python-xyz.scm (python-pypandoc)[native-inputs]: Use texlive-amsfonts/patched.
This commit is contained in:
parent
45aae518e7
commit
f9ef881e4d
1 changed files with 1 additions and 1 deletions
|
@ -24844,7 +24844,7 @@ By default it uses the open Python vulnerability database Safety DB.")
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("wheel" ,python-wheel)))
|
`(("wheel" ,python-wheel)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("texlive" ,(texlive-union (list texlive-amsfonts
|
`(("texlive" ,(texlive-union (list texlive-amsfonts/patched
|
||||||
texlive-fonts-ec
|
texlive-fonts-ec
|
||||||
texlive-latex-hyperref
|
texlive-latex-hyperref
|
||||||
texlive-latex-oberdiek
|
texlive-latex-oberdiek
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue