From 75af43162e58a0b3fdc804963809ecb801fb81b7 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 5 May 2021 15:28:14 +0200 Subject: 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. --- gnu/packages/python-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu') 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 -- cgit v1.2.3