me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs.scm (emacs-magit-org-todos-el)[propagated-inputs]: Add
  'magit'.
master
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
1 changed files with 2 additions and 0 deletions

View File

@ -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")