gnu: emacs-helm-eww: Fix byte compilation.
* gnu/packages/emacs.scm (emacs-helm-eww)[propagated-inputs]: Add 'emacs-helm'.
This commit is contained in:
parent
bbc94ed03a
commit
9e2529e112
|
@ -10001,6 +10001,8 @@ keep Parens and Indentation inline with one another.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1x442ylrr7cx587s4rvfh187h3qbkr79qp95qr57a4igxkkw6183"))))
|
"1x442ylrr7cx587s4rvfh187h3qbkr79qp95qr57a4igxkkw6183"))))
|
||||||
|
(propagated-inputs
|
||||||
|
`(("emacs-helm" ,emacs-helm)))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/emacs-helm/helm-eww/")
|
(home-page "https://github.com/emacs-helm/helm-eww/")
|
||||||
(synopsis "Helm interface to EWW")
|
(synopsis "Helm interface to EWW")
|
||||||
|
|
Loading…
Reference in New Issue