From 36cf1ee7c644056be326655a17a20bfb2724b048 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sat, 9 May 2020 00:42:19 +0200 Subject: gnu: asymptote: Fix build. * gnu/packages/plotutils.scm (asymptote)[native-inputs]: Add texlive-etoolbox. --- gnu/packages/plotutils.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/plotutils.scm b/gnu/packages/plotutils.scm index a1e32eb398..edd492c711 100644 --- a/gnu/packages/plotutils.scm +++ b/gnu/packages/plotutils.scm @@ -217,6 +217,7 @@ colors, styles, options and details.") ;; For the manual and the tests. ("texlive" ,(texlive-union (list texlive-amsfonts texlive-epsf + texlive-etoolbox texlive-latex-base texlive-latex-geometry texlive-latex-graphics -- cgit v1.2.3