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:
Maxim Cournoyer 2018-03-31 16:03:35 -04:00 committed by Arun Isaac
parent 1fcd7e6c35
commit 8865d476f3
No known key found for this signature in database
GPG key ID: 2E25EE8B61802BB3

View file

@ -2990,9 +2990,11 @@ (define-public emacs-org-trello
"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")