gnu: pari-gp: Use patched texlive-amsfonts.

* gnu/packages/algebra.scm (pari-gp)[native-inputs]: Use
texlive-amsfonts/patched.
This commit is contained in:
Ricardo Wurmus 2021-06-05 09:20:50 +02:00
parent c128d4f931
commit c2b6d36b66
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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)