mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
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
1 changed files with 2 additions and 0 deletions
|
@ -9187,6 +9187,8 @@ (define-public emacs-helm-shell-history
|
|||
("(defvar helm-shell-history-file"
|
||||
`(expand-file-name "~/.bash_history"))))
|
||||
#t)))))
|
||||
(propagated-inputs
|
||||
`(("emacs-helm" ,emacs-helm)))
|
||||
(home-page "https://github.com/yuutayamada/helm-shell-history")
|
||||
(synopsis "Find shell history with Emacs Helm")
|
||||
(description "This package provides an Emacs Helm interface to search
|
||||
|
|
Loading…
Reference in a new issue