guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: evolution: Add missing input.


From: guix-commits
Subject: branch master updated: gnu: evolution: Add missing input.
Date: Wed, 28 Sep 2022 15:29:44 -0400

This is an automated email from the git hooks/post-receive script.

lilyp pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 86d91c4411 gnu: evolution: Add missing input.
86d91c4411 is described below

commit 86d91c441118b63ad0aa868f8505059b2770fdcb
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Wed Sep 28 21:23:57 2022 +0200

    gnu: evolution: Add missing input.
    
    In commit e4bf10ab0bc7c397fe7cbc52aea87d5ea2dfda7d, libnotify was removed
    (and the removal documented).  This led to desktop notifications no longer
    popping up for received emails.  Re-adding libnotify fixes this.
    
    * gnu/packages/gnome.scm (evolution)[inputs]: Add libnotify.
---
 gnu/packages/gnome.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index a03b3e150d..54355ac9e6 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11640,6 +11640,7 @@ generic enough to work for everyone.")
            highlight
            libcanberra
            libgweather4
+           libnotify
            libsoup
            nss
            openldap



reply via email to

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