From a023ec6e4c9f4c9fc2988514811d5c524e5a4efc Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Fri, 30 Jun 2017 09:49:40 +0200 Subject: [PATCH] gnu: giac-xcas: Use texlive-tiny. * gnu/packages/algebra.scm (giac-xcas)[inputs]: Replace texlive-minimal with texlive-tiny. --- gnu/packages/algebra.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")