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 | |
parent | 35c43fcdbb408a5755efebc13241dd9082360aa1 (diff) | |
download | guix-36cf1ee7c644056be326655a17a20bfb2724b048.tar guix-36cf1ee7c644056be326655a17a20bfb2724b048.tar.gz |
gnu: asymptote: Fix build.
* gnu/packages/plotutils.scm (asymptote)[native-inputs]: Add texlive-etoolbox.
-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 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 |