guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/05: gnu: giac-xcas: Use texlive-tiny.


From: Ricardo Wurmus
Subject: 03/05: gnu: giac-xcas: Use texlive-tiny.
Date: Fri, 30 Jun 2017 07:57:49 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit a023ec6e4c9f4c9fc2988514811d5c524e5a4efc
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Jun 30 09:49:40 2017 +0200

    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 5f441be..d4405a5 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]