gnu: giac-xcas: Use texlive-tiny.

* gnu/packages/algebra.scm (giac-xcas)[inputs]: Replace texlive-minimal with
texlive-tiny.
This commit is contained in:
Ricardo Wurmus 2017-06-30 09:49:40 +02:00
parent a8b0948b7c
commit a023ec6e4c
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -255,7 +255,7 @@ (define-public giac-xcas
("perl" ,perl)
("pari-gp" ,pari-gp)
("tcsh" ,tcsh)
("texlive" ,texlive-minimal)))
("texlive" ,texlive-tiny)))
(native-inputs `(("readline" ,readline)))
(home-page "https://www-fourier.ujf-grenoble.fr/~parisse/giac.html")
(synopsis "Computer algebra system")