diff options
| author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-05-09 00:42:19 +0200 |
|---|---|---|
| committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-05-09 00:42:19 +0200 |
| commit | 36cf1ee7c644056be326655a17a20bfb2724b048 (patch) | |
| tree | 7991bcc643723f33038d373a77fe605ea117baf2 /gnu/packages/plotutils.scm | |
| parent | 35c43fcdbb408a5755efebc13241dd9082360aa1 (diff) | |
gnu: asymptote: Fix build.
* gnu/packages/plotutils.scm (asymptote)[native-inputs]: Add texlive-etoolbox.
Diffstat (limited to 'gnu/packages/plotutils.scm')
| -rw-r--r-- | gnu/packages/plotutils.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/plotutils.scm b/gnu/packages/plotutils.scm index a1e32eb3981..edd492c711f 100644 --- a/gnu/packages/plotutils.scm +++ b/gnu/packages/plotutils.scm | |||
| @@ -217,6 +217,7 @@ colors, styles, options and details.") | |||
| 217 | ;; For the manual and the tests. | 217 | ;; For the manual and the tests. |
| 218 | ("texlive" ,(texlive-union (list texlive-amsfonts | 218 | ("texlive" ,(texlive-union (list texlive-amsfonts |
| 219 | texlive-epsf | 219 | texlive-epsf |
| 220 | texlive-etoolbox | ||
| 220 | texlive-latex-base | 221 | texlive-latex-base |
| 221 | texlive-latex-geometry | 222 | texlive-latex-geometry |
| 222 | texlive-latex-graphics | 223 | texlive-latex-graphics |
