guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Ludovic Courtès
Subject: 16/16: gnu: emacs-flycheck: Add missing dependency on emacs-seq.
Date: Tue, 12 Jul 2016 20:48:20 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit bdff55eac313016b9de6605f52528909f73b0db3
Author: Ludovic Courtès <address@hidden>
Date:   Tue Jul 12 22:26:25 2016 +0200

    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.
---
 gnu/packages/emacs.scm |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 12414bd..3e6a2b5 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]