gnu: emacs-helm-firefox: Fix byte compilation.

* gnu/packages/emacs.scm (emacs-helm-firefox)[propagated-inputs]: Add
  'emacs-helm'.
This commit is contained in:
Oleg Pykhalov 2018-05-08 23:31:05 +03:00
parent 9e2529e112
commit 0715a9e65d
No known key found for this signature in database
GPG Key ID: 7246E11C69B79569

View File

@ -9894,6 +9894,8 @@ compilation/grep buffers. Works with @code{wgrep}, @code{ack}, @code{ag},
(sha256
(base32
"08mjsi2f9s29fkk35cj1rrparjnkm836qmbfdwdz7y51f9varjbs"))))
(propagated-inputs
`(("emacs-helm" ,emacs-helm)))
(build-system emacs-build-system)
(home-page "https://github.com/emacs-helm/helm-firefox")
(synopsis "Display firefox bookmarks with Emacs Helm interface")