diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-05-05 15:28:14 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-05-05 15:28:14 +0200 |
commit | 75af43162e58a0b3fdc804963809ecb801fb81b7 (patch) | |
tree | 1560f3ff3b0d7d2d7aa392ec658c6606c1d08aec /gnu/packages | |
parent | 9db67988242ad514fa900e840b1494bda6001d6b (diff) |
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.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index b6fcbc807a..38ed1bc19e 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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 |