summaryrefslogtreecommitdiff
path: root/gnu/packages/maths.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2019-09-12 12:07:20 +0200
committerRicardo Wurmus <rekado@elephly.net>2019-09-12 12:10:05 +0200
commit8b35c8cd612032ebabfd04a8247d588c69acf463 (patch)
tree741ab6681cc754932ddeec455c69b87e1fe6f91e /gnu/packages/maths.scm
parent63d57404b3d29fc9a4542cf183a957c714fd0ecd (diff)
downloadpatches-8b35c8cd612032ebabfd04a8247d588c69acf463.tar
patches-8b35c8cd612032ebabfd04a8247d588c69acf463.tar.gz
gnu: hypre: Update texlive-union.
* gnu/packages/maths.scm (hypre)[native-inputs]: Replace texlive-generic-xypic and texlive-fonts-xypic with texlive-xypic; add texlive-cm to the texlive-union.
Diffstat (limited to 'gnu/packages/maths.scm')
-rw-r--r--gnu/packages/maths.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index c81e999daa..aa94d057cf 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -3828,8 +3828,8 @@ set.")
`(("doc++" ,doc++)
("netpbm" ,netpbm)
("perl" ,perl) ; needed to run 'ppmquant' during tests
- ("texlive" ,(texlive-union (list texlive-generic-xypic
- texlive-fonts-xypic
+ ("texlive" ,(texlive-union (list texlive-xypic
+ texlive-cm
texlive-latex-hyperref
texlive-bibtex)))
("ghostscript" ,ghostscript)))