me
/
guix
Archived
1
0
Fork 0

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
Maxim Cournoyer 2018-03-30 23:16:10 -04:00 committed by Arun Isaac
parent 57e3776403
commit 00bdf501df
No known key found for this signature in database
GPG Key ID: 2E25EE8B61802BB3
1 changed files with 2 additions and 0 deletions

View File

@ -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")