gnu: emacs-helm-shell-history: Fix byte compilation.

* gnu/packages/emacs.scm (emacs-helm-shell-history)[propagated-inputs]: Add
  'emacs-helm'.
This commit is contained in:
Oleg Pykhalov 2018-05-08 23:52:24 +03:00
parent ec6f4bdabe
commit f1f6f22726
No known key found for this signature in database
GPG Key ID: 7246E11C69B79569
1 changed files with 2 additions and 0 deletions

View File

@ -9187,6 +9187,8 @@ CSS, JavaScript, JSON.")
("(defvar helm-shell-history-file" ("(defvar helm-shell-history-file"
`(expand-file-name "~/.bash_history")))) `(expand-file-name "~/.bash_history"))))
#t))))) #t)))))
(propagated-inputs
`(("emacs-helm" ,emacs-helm)))
(home-page "https://github.com/yuutayamada/helm-shell-history") (home-page "https://github.com/yuutayamada/helm-shell-history")
(synopsis "Find shell history with Emacs Helm") (synopsis "Find shell history with Emacs Helm")
(description "This package provides an Emacs Helm interface to search (description "This package provides an Emacs Helm interface to search