[PATCH] gnu: Include the notmuch logo in emacs-notmuch.

  • Done
  • quality assurance status badge
Details
2 participants
  • Liliana Marie Prikler
  • Tom Willemse
Owner
unassigned
Submitted by
Tom Willemse
Severity
normal

Debbugs page

Tom Willemse wrote on 23 Jan 2024 01:25
(address . guix-patches@gnu.org)(name . Tom Willemse)(address . tom@ryuslash.org)
45d6466568576c349e0c5766f803e0c03bb76bb4.1705969538.git.tom@ryuslash.org
* gnu/packages/mail.scm (emacs-notmuch): Include notmuch-logo.svg

Change-Id: Iaae79717d11d7f91cdef3f7470c290489e2b397a
---
gnu/packages/mail.scm | 1 +
1 file changed, 1 insertion(+)

Toggle diff (16 lines)
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 4466e5e6d9..966c044614 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1440,6 +1440,7 @@ (define-public emacs-notmuch
(arguments
(list
#:exclude #~(cons* "make-deps.el" "rstdoc.el" %default-exclude)
+ #:include #~(cons* "notmuch-logo.svg" %default-include)
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'chdir

base-commit: 9c367ee1967b213b507a8bf041ea6c2623ceea96
--
2.43.0
Liliana Marie Prikler wrote on 28 Jan 2024 18:24
d5dc2eff77adda349e41bfe7ba90f5a241a5d6a4.camel@gmail.com
Am Montag, dem 22.01.2024 um 16:25 -0800 schrieb Tom Willemse:
Toggle quote (4 lines)
> * gnu/packages/mail.scm (emacs-notmuch): Include notmuch-logo.svg
>
> Change-Id: Iaae79717d11d7f91cdef3f7470c290489e2b397a
> ---
Applied.

Thanks
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 68667@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 68667
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch