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:
parent
ec6f4bdabe
commit
f1f6f22726
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue