guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: pari-gp: Use texlive-tiny.


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

rekado pushed a commit to branch master
in repository guix.

commit a8b0948b7cf31ed866ea144287c49faa9c039143
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Jun 30 09:21:41 2017 +0200

    gnu: pari-gp: Use texlive-tiny.
    
    * gnu/packages/algebra.scm (pari-gp)[native-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 04ddea7..5f441be 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -142,7 +142,7 @@ solve the shortest vector problem.")
               (base32
                 "0zi08qz9nk17wwdna4xb2vp3i3mh5sgv1y8wqbf0j2sfryxlr8ls"))))
    (build-system gnu-build-system)
-   (native-inputs `(("texlive" ,texlive-minimal)))
+   (native-inputs `(("texlive" ,texlive-tiny)))
    (inputs `(("gmp" ,gmp)
              ("libx11" ,libx11)
              ("perl" ,perl)



reply via email to

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