guix-commits
[Top][All Lists]
Advanced

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

36/58: gnu: gnome-chess: Update package style.


From: guix-commits
Subject: 36/58: gnu: gnome-chess: Update package style.
Date: Sat, 7 Sep 2024 05:11:06 -0400 (EDT)

lilyp pushed a commit to branch gnome-team
in repository guix.

commit 77030a3761c45107b7052826a3564cc940b20534
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 065569eff7..97fe4a6b24 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -2038,11 +2038,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



reply via email to

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