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

* gnu/packages/emacs.scm (emacs-helm-eww)[propagated-inputs]: Add
  'emacs-helm'.
master
Oleg Pykhalov 2018-05-08 23:28:46 +03:00
parent bbc94ed03a
commit 9e2529e112
No known key found for this signature in database
GPG Key ID: 7246E11C69B79569
1 changed files with 2 additions and 0 deletions

View File

@ -10001,6 +10001,8 @@ keep Parens and Indentation inline with one another.")
(sha256
(base32
"1x442ylrr7cx587s4rvfh187h3qbkr79qp95qr57a4igxkkw6183"))))
(propagated-inputs
`(("emacs-helm" ,emacs-helm)))
(build-system emacs-build-system)
(home-page "https://github.com/emacs-helm/helm-eww/")
(synopsis "Helm interface to EWW")