diff options
author | Hilton Chain <hako@ultrarare.space> | 2023-11-09 12:31:08 +0800 |
---|---|---|
committer | Hilton Chain <hako@ultrarare.space> | 2023-11-09 20:31:24 +0800 |
commit | 960d7ac5a56155895543e03622f6555cc162d13a (patch) | |
tree | bb0657543274f778a4b549e41d30f7283e33352f | |
parent | afce1010475c1a4490ad379357006351df386bc9 (diff) |
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
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 1 |
1 files changed, 1 insertions, 0 deletions
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 |