mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: emacs-cdlatex: Fix byte compilation.
* gnu/packages/emacs.scm (emacs-cdlatex)[propagated-inputs]: Add emacs-auctex. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
This commit is contained in:
parent
57e3776403
commit
00bdf501df
1 changed files with 2 additions and 0 deletions
|
@ -5514,6 +5514,8 @@ (define-public emacs-cdlatex
|
|||
(base32
|
||||
"0pivapphmykc6vhvpx7hdyl55ls37vc4jcrxpvs4yk7jzcmwa9xp"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
`(("emacs-auctex" ,emacs-auctex)))
|
||||
(home-page "https://github.com/cdominik/cdlatex")
|
||||
(synopsis "Fast Emacs input methods for LaTeX environments and
|
||||
math")
|
||||
|
|
Loading…
Reference in a new issue