~ruther/guix-local

a8b0948b7cf31ed866ea144287c49faa9c039143 — Ricardo Wurmus 8 years ago 8488951
gnu: pari-gp: Use texlive-tiny.

* gnu/packages/algebra.scm (pari-gp)[native-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
@@ 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)