diff options
Diffstat (limited to 'gnu/packages/algebra.scm')
-rw-r--r-- | gnu/packages/algebra.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm index 573688d43c..a39eb4d12c 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) |