diff options
author | Oleg Pykhalov <go.wigust@gmail.com> | 2018-05-08 23:45:32 +0300 |
---|---|---|
committer | Oleg Pykhalov <go.wigust@gmail.com> | 2018-05-08 23:56:02 +0300 |
commit | ec6f4bdabe341d03b10600a39069dcfd33ca046a (patch) | |
tree | afa286268bb139e8b8d4904fda3ab86987e76f12 /gnu | |
parent | d848f55e5c2d473a3e7d0b3a3c0ce1ead7d6eaa7 (diff) | |
download | patches-ec6f4bdabe341d03b10600a39069dcfd33ca046a.tar patches-ec6f4bdabe341d03b10600a39069dcfd33ca046a.tar.gz |
gnu: emacs-magit-org-todos-el: Fix byte compilation.
* gnu/packages/emacs.scm (emacs-magit-org-todos-el)[propagated-inputs]: Add
'magit'.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/emacs.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 0823aae25a..6d46506816 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") |