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

* gnu/packages/emacs.scm (emacs-magit-org-todos-el)[propagated-inputs]: Add
  'magit'.
This commit is contained in:
Oleg Pykhalov 2018-05-08 23:45:32 +03:00
parent d848f55e5c
commit ec6f4bdabe
No known key found for this signature in database
GPG key ID: 7246E11C69B79569

View file

@ -9552,6 +9552,8 @@ (define-public emacs-magit-org-todos-el
(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")