mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: pari-gp: Use patched texlive-amsfonts.
* gnu/packages/algebra.scm (pari-gp)[native-inputs]: Use texlive-amsfonts/patched.
This commit is contained in:
parent
c128d4f931
commit
c2b6d36b66
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ (define-public pari-gp
|
|||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("texlive" ,(texlive-union
|
||||
(list texlive-amsfonts)))))
|
||||
(list texlive-amsfonts/patched)))))
|
||||
(inputs `(("gmp" ,gmp)
|
||||
("libx11" ,libx11)
|
||||
("perl" ,perl)
|
||||
|
|
Loading…
Reference in a new issue