guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: emacs-calfw: Fix byte compilation.


From: Arun Isaac
Subject: 04/05: gnu: emacs-calfw: Fix byte compilation.
Date: Thu, 3 May 2018 12:29:39 -0400 (EDT)

arunisaac pushed a commit to branch master
in repository guix.

commit 159d10ae1496d8a22d76d35767231e261a83610c
Author: Maxim Cournoyer <address@hidden>
Date:   Sat Mar 31 00:25:23 2018 -0400

    gnu: emacs-calfw: Fix byte compilation.
    
    * gnu/packages/emacs.scm (emacs-calfw)[propagated-inputs]: Add emacs-howm.
    
    Signed-off-by: Arun Isaac <address@hidden>
---
 gnu/packages/emacs.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 15f6449..3eec8fb 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -1270,6 +1270,8 @@ searches.  Unlike address@hidden, it can be combined with 
any format.")
         (base32
          "17ssg8gx66yp63nhygjq2r6kgl4h45cacmrxsxs9f0lrfcx37k0l"))))
     (build-system emacs-build-system)
+    (propagated-inputs
+     `(("emacs-howm" ,emacs-howm)))
     (home-page "https://github.com/kiwanami/emacs-calfw/";)
     (synopsis "Calendar framework for Emacs")
     (description



reply via email to

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