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>master
parent
57e3776403
commit
00bdf501df
|
@ -5514,6 +5514,8 @@ conversion for Emacs Lisp.")
|
||||||
(base32
|
(base32
|
||||||
"0pivapphmykc6vhvpx7hdyl55ls37vc4jcrxpvs4yk7jzcmwa9xp"))))
|
"0pivapphmykc6vhvpx7hdyl55ls37vc4jcrxpvs4yk7jzcmwa9xp"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
`(("emacs-auctex" ,emacs-auctex)))
|
||||||
(home-page "https://github.com/cdominik/cdlatex")
|
(home-page "https://github.com/cdominik/cdlatex")
|
||||||
(synopsis "Fast Emacs input methods for LaTeX environments and
|
(synopsis "Fast Emacs input methods for LaTeX environments and
|
||||||
math")
|
math")
|
||||||
|
|
Reference in New Issue