gnu: five-or-more: Remove input labels.

* gnu/packages/gnome.scm (five-or-more)[native-inputs]:
Remove input labels.
This commit is contained in:
Tobias Geerinckx-Rice 2022-05-29 02:00:01 +02:00
parent 2a3e1ba940
commit 6e67786060
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -4976,14 +4976,14 @@ (define-public five-or-more
(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")