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.master
parent
9db6798824
commit
75af43162e
|
@ -10884,7 +10884,7 @@ time.")
|
|||
("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
|
||||
|
|
Reference in New Issue