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 @@ the real span of the lattice.")
|
|||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("texlive" ,(texlive-union
|
||||
(list texlive-amsfonts)))))
|
||||
(list texlive-amsfonts/patched)))))
|
||||
(inputs `(("gmp" ,gmp)
|
||||
("libx11" ,libx11)
|
||||
("perl" ,perl)
|
||||
|
|
Reference in a new issue