gnu: emacs-flycheck: Add missing dependency on emacs-seq.
Fixes a regression introduced in afb6fdaa5de2607261015372f31b1c19fd503a61. * gnu/packages/emacs.scm (flycheck)[propagated-inputs]: Add EMACS-SEQ.
This commit is contained in:
parent
1929fdba80
commit
bdff55eac3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user