guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Oleg Pykhalov
Subject: 05/05: gnu: emacs-helm-shell-history: Fix byte compilation.
Date: Tue, 8 May 2018 16:59:37 -0400 (EDT)

wigust pushed a commit to branch master
in repository guix.

commit f1f6f227264999bb362a95e6ec74badcb7de34db
Author: Oleg Pykhalov <address@hidden>
Date:   Tue May 8 23:52:24 2018 +0300

    gnu: emacs-helm-shell-history: Fix byte compilation.
    
    * gnu/packages/emacs.scm (emacs-helm-shell-history)[propagated-inputs]: Add
      'emacs-helm'.
---
 gnu/packages/emacs.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 6d46506..4ad5155 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]