gnu: emacs-auctex: Use patched texlive-amsfonts.

* gnu/packages/emacs-xyz.scm (emacs-auctex)[inputs]: Use
texlive-amsfonts/patched.
This commit is contained in:
Ricardo Wurmus 2021-06-05 09:21:44 +02:00
parent 701a115533
commit 11caa5f68a
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2454,7 +2454,7 @@ (define-public emacs-auctex
`(("perl" ,perl)))
(inputs
`(("ghostscript" ,ghostscript)
("texlive" ,(texlive-union (list texlive-amsfonts)))))
("texlive" ,(texlive-union (list texlive-amsfonts/patched)))))
(home-page "https://www.gnu.org/software/auctex/")
(synopsis "Integrated environment for TeX")
(description