diff options
author | Ludovic Courtès <ludovic.courtes@inria.fr> | 2023-05-02 11:50:08 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-05-02 11:50:08 +0200 |
commit | a46a6d8222d5ebf2e2195a66e7e35a5f698bcfb3 (patch) | |
tree | 6e114678275ea9c70d38856e163633fb229e9f0c /gnu/packages/maths.scm | |
parent | 92831e206cef5abccc473f7a0d0584374f89d343 (diff) |
gnu: hypre: Add missing TeX Live packages.
* gnu/packages/maths.scm (hypre)[native-inputs]: Add texlive-alphalph
and texlive-enumitem to the list passed to 'texlive-updmap.cfg'.
Diffstat (limited to 'gnu/packages/maths.scm')
-rw-r--r-- | gnu/packages/maths.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index f69d59273a..eebfdab914 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -5756,12 +5756,14 @@ set.") python-breathe python-sphinx (texlive-updmap.cfg (list texlive-adjustbox + texlive-alphalph texlive-amsfonts texlive-bibtex texlive-capt-of texlive-caption texlive-cm texlive-courier + texlive-enumitem texlive-etoolbox texlive-fancyhdr texlive-fancyvrb |