diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-06-30 09:49:40 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-06-30 13:57:41 +0200 |
commit | a023ec6e4c9f4c9fc2988514811d5c524e5a4efc (patch) | |
tree | 083c53e9999b2533622712ee17c39e8da9b7e825 /gnu/packages/algebra.scm | |
parent | a8b0948b7cf31ed866ea144287c49faa9c039143 (diff) | |
download | guix-a023ec6e4c9f4c9fc2988514811d5c524e5a4efc.tar guix-a023ec6e4c9f4c9fc2988514811d5c524e5a4efc.tar.gz |
gnu: giac-xcas: Use texlive-tiny.
* gnu/packages/algebra.scm (giac-xcas)[inputs]: Replace texlive-minimal with
texlive-tiny.
Diffstat (limited to 'gnu/packages/algebra.scm')
-rw-r--r-- | gnu/packages/algebra.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm index 5f441be779..d4405a5bf9 100644 --- a/gnu/packages/algebra.scm +++ b/gnu/packages/algebra.scm @@ -255,7 +255,7 @@ GP2C, the GP to C compiler, translates GP scripts to PARI programs.") ("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") |