[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/05: gnu: gnome: Propagate gnome-contacts.
From: |
guix-commits |
Subject: |
05/05: gnu: gnome: Propagate gnome-contacts. |
Date: |
Sun, 8 Dec 2019 17:14:19 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 43840c31d0b26949547d12d4a6152810ad407c8a
Author: Ludovic Courtès <address@hidden>
Date: Sun Dec 8 23:13:07 2019 +0100
gnu: gnome: Propagate gnome-contacts.
* gnu/packages/gnome.scm (gnome)[propagated-inputs]: Add
GNOME-CONTACTS.
---
gnu/packages/gnome.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 7c71da1..9790932 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7137,6 +7137,7 @@ associations for GNOME.")
("gnome-backgrounds" ,gnome-backgrounds)
("gnome-bluetooth" ,gnome-bluetooth)
("gnome-calculator" ,gnome-calculator)
+ ("gnome-contacts" ,gnome-contacts)
("gnome-control-center" ,gnome-control-center)
("gnome-disk-utility" ,gnome-disk-utility)
("gnome-default-applications" ,gnome-default-applications)