gnu: emacs-helm-firefox: Fix byte compilation.
* gnu/packages/emacs.scm (emacs-helm-firefox)[propagated-inputs]: Add 'emacs-helm'.
This commit is contained in:
parent
9e2529e112
commit
0715a9e65d
|
@ -9894,6 +9894,8 @@ compilation/grep buffers. Works with @code{wgrep}, @code{ack}, @code{ag},
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"08mjsi2f9s29fkk35cj1rrparjnkm836qmbfdwdz7y51f9varjbs"))))
|
"08mjsi2f9s29fkk35cj1rrparjnkm836qmbfdwdz7y51f9varjbs"))))
|
||||||
|
(propagated-inputs
|
||||||
|
`(("emacs-helm" ,emacs-helm)))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/emacs-helm/helm-firefox")
|
(home-page "https://github.com/emacs-helm/helm-firefox")
|
||||||
(synopsis "Display firefox bookmarks with Emacs Helm interface")
|
(synopsis "Display firefox bookmarks with Emacs Helm interface")
|
||||||
|
|
Loading…
Reference in New Issue