mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: python-nbconvert: Use patched texlive-amsfonts.
This is intended to fix a non-deterministic build error when xelatex inspects the fonts directory and finds a broken font from texlive-amsfonts before the correct font in texlive-cm. * gnu/packages/python-xyz.scm (python-nbconvert)[native-inputs]: Replace texlive-amsfonts with texlive-amsfonts/patched.
This commit is contained in:
parent
9db6798824
commit
75af43162e
1 changed files with 1 additions and 1 deletions
|
@ -10884,7 +10884,7 @@ (define-public python-nbconvert
|
|||
("python-pytest-cov" ,python-pytest-cov)
|
||||
("python-pytest-dependency" ,python-pytest-dependency)
|
||||
("texlive" ,(texlive-union (list texlive-adjustbox
|
||||
texlive-amsfonts
|
||||
texlive-amsfonts/patched
|
||||
texlive-booktabs
|
||||
texlive-caption
|
||||
texlive-eurosym
|
||||
|
|
Loading…
Reference in a new issue