3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: emacs-flycheck: Add missing dependency on emacs-seq.

Fixes a regression introduced in
afb6fdaa5d.

* gnu/packages/emacs.scm (flycheck)[propagated-inputs]: Add EMACS-SEQ.
This commit is contained in:
Ludovic Courtès 2016-07-12 22:26:25 +02:00
parent 1929fdba80
commit bdff55eac3
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -710,7 +710,8 @@ the body are let-bound and this search is done at compile time.")
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-dash" ,emacs-dash)
("emacs-let-alist" ,let-alist)))
("emacs-let-alist" ,let-alist)
("emacs-seq" ,emacs-seq)))
(home-page "https://www.flycheck.org")
(synopsis "On-the-fly syntax checking")
(description