From 78faa0b14eea70d00151972e984b2ddba7d4732d Mon Sep 17 00:00:00 2001 From: Xinglu Chen Date: Wed, 2 Jun 2021 08:53:35 +0200 Subject: guix: Add ‘emacs-mu4e’ to ‘propagated-inputs’. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * guix.scm (git-email-dev): Add ‘emacs-mu4e’ to ‘propagated-inputs’. Signed-off-by: Xinglu Chen --- guix.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guix.scm b/guix.scm index 068aa81..e6063a9 100644 --- a/guix.scm +++ b/guix.scm @@ -77,7 +77,8 @@ newspace." (propagated-inputs `(("emacs" ,emacs) ("emacs-magit" ,emacs-magit) - ("notmuch" ,notmuch))) + ("notmuch" ,notmuch) + ("emacs-mu4e" ,emacs-mu4e))) (license license:gpl3+) (home-page "https://sr.ht/~yoctocell/git-email") (synopsis "Format and send Git patches in Emacs") -- cgit v1.2.3