mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
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
1 changed files with 2 additions and 0 deletions
|
@ -9894,6 +9894,8 @@ (define-public emacs-helm-firefox
|
||||||
(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 a new issue