guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-bbdb: Add emacs-notmuch to inputs.


From: guix-commits
Subject: branch master updated: gnu: emacs-bbdb: Add emacs-notmuch to inputs.
Date: Thu, 09 Nov 2023 07:40:09 -0500

This is an automated email from the git hooks/post-receive script.

hako pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 960d7ac5a5 gnu: emacs-bbdb: Add emacs-notmuch to inputs.
960d7ac5a5 is described below

commit 960d7ac5a56155895543e03622f6555cc162d13a
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Thu Nov 9 12:31:08 2023 +0800

    gnu: emacs-bbdb: Add emacs-notmuch to inputs.
    
    This is a follow-up to commit 02f9a4150ad0925a836b2e7c0b2ccaf8c225e10a.
    
    * gnu/packages/emacs-xyz.scm (emacs-bbdb)[inputs]: Add emacs-notmuch.
    
    Change-Id: Ie151849033b2884dc8cdab15dee12375a31965e5
---
 gnu/packages/emacs-xyz.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index a01c3241c2..72a2daf5ec 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3688,6 +3688,7 @@ the @code{Dracula} theme for Emacs and the @code{Gloom} 
theme for Atom.")
      ;; `vm-autoloads', from the VM package, with is neither in Emacs nor
      ;; packaged in Guix.  So, don't bother for now.
      `(#:exclude '("bbdb-vm\\.el")))
+    (inputs (list emacs-notmuch))
     (home-page "https://elpa.gnu.org/packages/bbdb.html";)
     (synopsis "Contact management utility for Emacs")
     (description



reply via email to

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