mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: pari-gp: Use texlive-tiny.
* gnu/packages/algebra.scm (pari-gp)[native-inputs]: Replace texlive-minimal with texlive-tiny.
This commit is contained in:
parent
84889519bb
commit
a8b0948b7c
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ (define-public pari-gp
|
|||
(base32
|
||||
"0zi08qz9nk17wwdna4xb2vp3i3mh5sgv1y8wqbf0j2sfryxlr8ls"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs `(("texlive" ,texlive-minimal)))
|
||||
(native-inputs `(("texlive" ,texlive-tiny)))
|
||||
(inputs `(("gmp" ,gmp)
|
||||
("libx11" ,libx11)
|
||||
("perl" ,perl)
|
||||
|
|
Loading…
Reference in a new issue