summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleg Pykhalov <go.wigust@gmail.com>2018-05-08 23:52:24 +0300
committerOleg Pykhalov <go.wigust@gmail.com>2018-05-08 23:56:02 +0300
commitf1f6f227264999bb362a95e6ec74badcb7de34db (patch)
tree5ece8b46fb1fd494fac1a0e1b6e0ed406d54ff42
parentec6f4bdabe341d03b10600a39069dcfd33ca046a (diff)
downloadgnu-guix-f1f6f227264999bb362a95e6ec74badcb7de34db.tar
gnu-guix-f1f6f227264999bb362a95e6ec74badcb7de34db.tar.gz
gnu: emacs-helm-shell-history: Fix byte compilation.
* gnu/packages/emacs.scm (emacs-helm-shell-history)[propagated-inputs]: Add 'emacs-helm'.
-rw-r--r--gnu/packages/emacs.scm2
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