~ruther/guix-local

a023ec6e4c9f4c9fc2988514811d5c524e5a4efc — Ricardo Wurmus 8 years ago a8b0948
gnu: giac-xcas: Use texlive-tiny.

* gnu/packages/algebra.scm (giac-xcas)[inputs]: Replace texlive-minimal with
texlive-tiny.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/algebra.scm
M gnu/packages/algebra.scm => gnu/packages/algebra.scm +1 -1
@@ 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")