guix-patches
[Top][All Lists]
Advanced

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

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


From: Tom Willemse
Subject: [bug#68667] [PATCH] gnu: Include the notmuch logo in emacs-notmuch.
Date: Mon, 22 Jan 2024 16:25:38 -0800

* gnu/packages/mail.scm (emacs-notmuch): Include notmuch-logo.svg

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

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






reply via email to

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