[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/05: gnu: five-or-more: Remove input labels.
From: |
guix-commits |
Subject: |
05/05: gnu: five-or-more: Remove input labels. |
Date: |
Sun, 5 Jun 2022 11:03:40 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 6e67786060de18a4abedbb4b94e468fb10e47960
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 29 02:00:01 2022 +0200
gnu: five-or-more: Remove input labels.
* gnu/packages/gnome.scm (five-or-more)[native-inputs]:
Remove input labels.
---
gnu/packages/gnome.scm | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index d0481c0302..a8bea0c3b9 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4976,14 +4976,14 @@ and other secrets. It communicates with the \"Secret
Service\" using DBus.")
(substitute* "meson_post_install.py"
(("gtk-update-icon-cache") (which "true"))))))))
(native-inputs
- `(("pkg-config" ,pkg-config)
- ("appstream-glib" ,appstream-glib)
- ("desktop-file-utils" ,desktop-file-utils)
- ("glib:bin" ,glib "bin") ; for glib-compile-resources
- ("intltool" ,intltool)
- ("itstool" ,itstool)
- ("vala" ,vala)
- ("xmllint" ,libxml2)))
+ (list appstream-glib
+ desktop-file-utils
+ `(,glib "bin") ; for glib-compile-resources
+ intltool
+ itstool
+ libxml2
+ pkg-config
+ vala))
(inputs
(list gtk+ libgnome-games-support librsvg))
(home-page "https://wiki.gnome.org/Apps/Five%20or%20more")