mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: giac-xcas: Use texlive-tiny.
* gnu/packages/algebra.scm (giac-xcas)[inputs]: Replace texlive-minimal with texlive-tiny.
This commit is contained in:
parent
a8b0948b7c
commit
a023ec6e4c
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue