rekado pushed a commit to branch master
in repository guix.

commit c2b6d36b66c1c9ca5b1f7a5bf6416f1713cd76a7
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sat Jun 5 09:20:50 2021 +0200

    gnu: pari-gp: Use patched texlive-amsfonts.
    
    * gnu/packages/algebra.scm (pari-gp)[native-inputs]: Use
    texlive-amsfonts/patched.
---
 gnu/packages/algebra.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index 573688d..a39eb4d 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -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)

Reply via email to