[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
36/84: gnu: gnome-chess: Update package style.
From: |
guix-commits |
Subject: |
36/84: gnu: gnome-chess: Update package style. |
Date: |
Sat, 9 Nov 2024 03:54:35 -0500 (EST) |
lilyp pushed a commit to branch gnome-team
in repository guix.
commit 100443b051db1944d117335a654a00ffff93e577
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Fri Jul 19 11:19:38 2024 +0200
gnu: gnome-chess: Update package style.
* gnu/packages/games.scm (gnome-chess)[native-inputs]: Drop labels.
---
gnu/packages/games.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 528bebc5f9..939df06dab 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -2100,11 +2100,11 @@ in one tile.")
(inputs
(list gtk libadwaita librsvg))
(native-inputs
- `(("gettext" ,gettext-minimal)
- ("glib:bin" ,glib "bin") ; for desktop-file-validate and appstream-util
- ("itstool" ,itstool)
- ("pkg-config" ,pkg-config)
- ("vala" ,vala)))
+ (list gettext-minimal
+ `(,glib "bin") ; for desktop-file-validate and appstream-util
+ itstool
+ pkg-config
+ vala))
(home-page "https://wiki.gnome.org/Apps/Chess";)
(synopsis "Chess board for GNOME")
(description "GNOME Chess provides a 2D board for playing chess games
- 22/84: gnu: gnome-disk-utility: Update to 46.0., (continued)
- 22/84: gnu: gnome-disk-utility: Update to 46.0., guix-commits, 2024/11/09
- 35/84: gnu: gnome-chess: Update to 46.0., guix-commits, 2024/11/09
- 34/84: gnu: sysprof: Update to 46.0., guix-commits, 2024/11/09
- 20/84: gnu: Add tecla., guix-commits, 2024/11/09
- 26/84: gnu: gtksourceview: Update to 5.12.1., guix-commits, 2024/11/09
- 23/84: gnu: gnome-font-viewer: Update to 46.0., guix-commits, 2024/11/09
- 25/84: gnu: gnome-maps: Update to 46.11., guix-commits, 2024/11/09
- 27/84: gnu: gnome-text-editor: Update to 46.3., guix-commits, 2024/11/09
- 29/84: gnu: gnome-weather: Update to 46.0., guix-commits, 2024/11/09
- 30/84: gnu: rygel: Update to 0.42.6., guix-commits, 2024/11/09
- 36/84: gnu: gnome-chess: Update package style.,
guix-commits <=
- 46/84: gnu: gtkmm: Update to 4.14.0., guix-commits, 2024/11/09
- 44/84: gnu: at-spi2-core: Update to 2.52.0., guix-commits, 2024/11/09
- 45/84: gnu: atkmm: Update to 2.36.3., guix-commits, 2024/11/09
- 41/84: gnu: pango: Update to 1.54.0., guix-commits, 2024/11/09
- 62/84: gnu: gnome-session: Update to 46.0., guix-commits, 2024/11/09
- 38/84: gnu: evolution: Update to 3.52.3., guix-commits, 2024/11/09
- 51/84: gnu: gstreamer: Update to 1.24.6., guix-commits, 2024/11/09
- 58/84: gnu: python-gst: Update to 1.24.6., guix-commits, 2024/11/09
- 77/84: gnu: bootstrap glib and gobject against each other., guix-commits, 2024/11/09
- 76/84: gnu: gobject-introspection: Update to 1.82.0., guix-commits, 2024/11/09