aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinglu Chen <public@yoctocell.xyz>2021-06-02 08:53:35 +0200
committerXinglu Chen <public@yoctocell.xyz>2021-06-02 08:53:40 +0200
commit78faa0b14eea70d00151972e984b2ddba7d4732d (patch)
treee588054884d8812c2f393edebd54097accdf59cb
parent5c7a1d3aa23f28b52956ecd92ef1fb9cf55bfbfa (diff)
guix: Add ‘emacs-mu4e’ to ‘propagated-inputs’.
* guix.scm (git-email-dev): Add ‘emacs-mu4e’ to ‘propagated-inputs’. Signed-off-by: Xinglu Chen <public@yoctocell.xyz>
-rw-r--r--guix.scm3
1 files changed, 2 insertions, 1 deletions
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")