gnu: emacs-org-trello: Fix byte compilation.
* gnu/packages/emacs.scm (emacs-org-trello)[propagated-inputs]: Add emacs-f and emacs-helm. Sort. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
This commit is contained in:
parent
1fcd7e6c35
commit
8865d476f3
|
@ -2990,9 +2990,11 @@ started with 20 minutes. All values are customizable.")
|
|||
"074dka8g673bj1ck5vavbjaij5jyniygdlw51mdds005wd2br9wf"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
`(("emacs-deferred" ,emacs-deferred)
|
||||
`(("emacs-dash" ,emacs-dash)
|
||||
("emacs-deferred" ,emacs-deferred)
|
||||
("emacs-f" ,emacs-f)
|
||||
("emacs-helm" ,emacs-helm)
|
||||
("emacs-request" ,emacs-request)
|
||||
("emacs-dash" ,emacs-dash)
|
||||
("emacs-s" ,emacs-s)))
|
||||
(home-page "https://org-trello.github.io")
|
||||
(synopsis "Emacs minor mode for interacting with Trello")
|
||||
|
|
Loading…
Reference in New Issue