guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: emacs-magit-org-todos-el: Fix byte compilation.


From: Oleg Pykhalov
Subject: 04/05: gnu: emacs-magit-org-todos-el: Fix byte compilation.
Date: Tue, 8 May 2018 16:59:37 -0400 (EDT)

wigust pushed a commit to branch master
in repository guix.

commit ec6f4bdabe341d03b10600a39069dcfd33ca046a
Author: Oleg Pykhalov <address@hidden>
Date:   Tue May 8 23:45:32 2018 +0300

    gnu: emacs-magit-org-todos-el: Fix byte compilation.
    
    * gnu/packages/emacs.scm (emacs-magit-org-todos-el)[propagated-inputs]: Add
      'magit'.
---
 gnu/packages/emacs.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 0823aae..6d46506 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -9552,6 +9552,8 @@ functions for defining emms simple players of mpv.")
          (sha256
           (base32
            "0kdp7k7jnnrkhsg0xh1c3h7iz0vgi120gf5xwl1hxy61avivnxrn"))))
+      (propagated-inputs
+       `(("magit" ,magit)))
       (build-system emacs-build-system)
       (home-page "https://github.com/danielma/magit-org-todos.el";)
       (synopsis "Get todo.org into Emacs Magit status")



reply via email to

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