From 41bbbd53d2a4b8ad059c9a943e28fe7dda479149 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sat, 5 Jun 2021 09:22:16 +0200 Subject: [PATCH] gnu: asymptote: Use patched texlive-amsfonts. Fixes . * gnu/packages/plotutils.scm (asymptote)[native-inputs]: Use texlive-amsfonts/patched. --- gnu/packages/plotutils.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/plotutils.scm b/gnu/packages/plotutils.scm index 7f59bae770..4b89ddafd1 100644 --- a/gnu/packages/plotutils.scm +++ b/gnu/packages/plotutils.scm @@ -224,7 +224,7 @@ (define-public asymptote ("perl" ,perl) ("texinfo" ,texinfo) ;For generating documentation ;; For the manual and the tests. - ("texlive" ,(texlive-union (list texlive-amsfonts + ("texlive" ,(texlive-union (list texlive-amsfonts/patched texlive-epsf texlive-etoolbox texlive-latex-base