diff options
author | Oleg Pykhalov <go.wigust@gmail.com> | 2018-05-08 23:52:24 +0300 |
---|---|---|
committer | Oleg Pykhalov <go.wigust@gmail.com> | 2018-05-08 23:56:02 +0300 |
commit | f1f6f227264999bb362a95e6ec74badcb7de34db (patch) | |
tree | 5ece8b46fb1fd494fac1a0e1b6e0ed406d54ff42 /gnu | |
parent | ec6f4bdabe341d03b10600a39069dcfd33ca046a (diff) | |
download | patches-f1f6f227264999bb362a95e6ec74badcb7de34db.tar patches-f1f6f227264999bb362a95e6ec74badcb7de34db.tar.gz |
gnu: emacs-helm-shell-history: Fix byte compilation.
* gnu/packages/emacs.scm (emacs-helm-shell-history)[propagated-inputs]: Add
'emacs-helm'.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/emacs.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 6d46506816..4ad5155605 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm @@ -9187,6 +9187,8 @@ CSS, JavaScript, JSON.") ("(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 |