diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-12-08 23:13:07 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-12-08 23:14:03 +0100 |
commit | 43840c31d0b26949547d12d4a6152810ad407c8a (patch) | |
tree | 25459f2f4fc32ef77542894f9d7d8cd9021a71d0 /gnu/packages/gnome.scm | |
parent | 6a6138b2a27c896ae17d7b94e7273fafad01d8bf (diff) | |
download | patches-43840c31d0b26949547d12d4a6152810ad407c8a.tar patches-43840c31d0b26949547d12d4a6152810ad407c8a.tar.gz |
gnu: gnome: Propagate gnome-contacts.
* gnu/packages/gnome.scm (gnome)[propagated-inputs]: Add
GNOME-CONTACTS.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 7c71da1775..979093277b 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) |