guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: Include the notmuch logo in emacs-notmuch.


From: guix-commits
Subject: 05/06: gnu: Include the notmuch logo in emacs-notmuch.
Date: Sun, 28 Jan 2024 02:16:13 -0500 (EST)

lilyp pushed a commit to branch master
in repository guix.

commit 20c9af66eba7698315983c3e4d0c65ba01ab2a3c
Author: Tom Willemse <tom@ryuslash.org>
AuthorDate: Mon Jan 22 16:25:38 2024 -0800

    gnu: Include the notmuch logo in emacs-notmuch.
    
    * gnu/packages/mail.scm (emacs-notmuch): Include notmuch-logo.svg
    
    Change-Id: Iaae79717d11d7f91cdef3f7470c290489e2b397a
    Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
 gnu/packages/mail.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 2d9ebe3347..bb8bc394b6 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1437,6 +1437,7 @@ ing, and tagging large collections of email messages.")
     (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



reply via email to

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