[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/11: gnu: geary: Remove input labels.
From: |
guix-commits |
Subject: |
11/11: gnu: geary: Remove input labels. |
Date: |
Tue, 19 Apr 2022 06:30:35 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 09555d22ea2280208c201a076218336795579713
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Apr 19 12:26:54 2022 +0200
gnu: geary: Remove input labels.
* gnu/packages/gnome.scm (geary)[inputs, native-inputs]: Remove labels.
---
gnu/packages/gnome.scm | 77 +++++++++++++++++++++++++-------------------------
1 file changed, 38 insertions(+), 39 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index c566988024..fee431e246 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11782,46 +11782,45 @@ these services on the Guix System.")
(system "Xvfb :1 &")
(setenv "DISPLAY" ":1"))))))
(inputs
- `(("enchant" ,enchant)
- ("folks" ,folks)
- ("gcr" ,gcr)
- ("glib" ,glib)
- ("gmime" ,gmime)
- ("gnome-online-accounts:lib"
- ,gnome-online-accounts "lib")
- ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
- ("gspell" ,gspell)
- ("gsound" ,gsound)
- ("gtk+" ,gtk+)
- ("iso-codes" ,iso-codes)
- ("json-glib" ,json-glib)
- ("libcanberra" ,libcanberra)
- ("libgee" ,libgee)
- ("libhandy" ,libhandy)
- ("libpeas" ,libpeas)
- ("libsecret" ,libsecret)
- ("libstemmer" ,libstemmer)
- ("libunwind" ,libunwind)
- ("sqlite" ,sqlite)
- ("webkitgtk" ,webkitgtk-with-libsoup2)
- ("ytnef" ,ytnef)))
+ (list enchant
+ folks
+ gcr
+ glib
+ gmime
+ `(,gnome-online-accounts "lib")
+ gsettings-desktop-schemas
+ gspell
+ gsound
+ gtk+
+ iso-codes
+ json-glib
+ libcanberra
+ libgee
+ libhandy
+ libpeas
+ libsecret
+ libstemmer
+ libunwind
+ sqlite
+ webkitgtk-with-libsoup2
+ ytnef))
(native-inputs
- `(("appstream-glib" ,appstream-glib)
- ("cmake-minimal" ,cmake-minimal)
- ("desktop-file-utils" ,desktop-file-utils)
- ("gettext" ,gettext-minimal)
- ("glib" ,glib)
- ("glib:bin" ,glib "bin")
- ("gmime" ,gmime)
- ("gobject-introspection" ,gobject-introspection)
- ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
- ("itstool" ,itstool)
- ("libarchive" ,libarchive)
- ("libxml2" ,libxml2)
- ("pkg-config" ,pkg-config)
- ("python" ,python-minimal)
- ("vala" ,vala)
- ("xvfb" ,xorg-server-for-tests)))
+ (list appstream-glib
+ cmake-minimal
+ desktop-file-utils
+ gettext-minimal
+ glib
+ `(,glib "bin")
+ gmime
+ gobject-introspection
+ gsettings-desktop-schemas
+ itstool
+ libarchive
+ libxml2
+ pkg-config
+ python-minimal
+ vala
+ xorg-server-for-tests))
(synopsis "GNOME email application built around conversations")
(description
"Geary collects related messages together into conversations,
- branch master updated (b24961717b -> 09555d22ea), guix-commits, 2022/04/19
- 06/11: gnu: nomad-optimizer: Remove trailing booleans., guix-commits, 2022/04/19
- 08/11: gnu: nomad-optimizer: Fix some tests., guix-commits, 2022/04/19
- 03/11: gnu: asymptote: Update to 2.80., guix-commits, 2022/04/19
- 09/11: gnu: libtcod: Remove trailing boolean., guix-commits, 2022/04/19
- 11/11: gnu: geary: Remove input labels.,
guix-commits <=
- 02/11: gnu: gnuplot: Update to 5.4.3., guix-commits, 2022/04/19
- 04/11: gnu: gmsh: Update to 4.9.5., guix-commits, 2022/04/19
- 01/11: services: yggdrasil: Tweak description., guix-commits, 2022/04/19
- 07/11: gnu: nomad-optimizer: Update to 4.2.0., guix-commits, 2022/04/19
- 10/11: gnu: geary: Add missing input., guix-commits, 2022/04/19
- 05/11: gnu: nomad-optimizer: Remove input labels., guix-commits, 2022/04/19