gnu: gnome-mines: Remove input labels.

* gnu/packages/gnome.scm (gnome-mines)[native-inputs]:
Remove input labels.
This commit is contained in:
Tobias Geerinckx-Rice 2022-05-29 02:00:04 +02:00
parent 1b6c908150
commit 868b494ac2
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -5015,15 +5015,15 @@ and other secrets. It communicates with the \"Secret Service\" using DBus.")
(substitute* "build-aux/meson_post_install.py" (substitute* "build-aux/meson_post_install.py"
(("gtk-update-icon-cache") (which "true")))))))) (("gtk-update-icon-cache") (which "true"))))))))
(native-inputs (native-inputs
`(("glib:bin" ,glib "bin") ; for glib-compile-resources (list appstream-glib
("pkg-config" ,pkg-config) desktop-file-utils
("desktop-file-utils" ,desktop-file-utils) `(,glib "bin") ; for glib-compile-resources
("intltool" ,intltool) intltool
("itstool" ,itstool) itstool
("python" ,python-wrapper) ; for meson_post_install.py pkg-config
("vala" ,vala) python-wrapper ; for meson_post_install.py
("yelp" ,yelp) vala
("appstream-glib" ,appstream-glib))) yelp))
(inputs (inputs
(list gtk+ libgnome-games-support librsvg)) (list gtk+ libgnome-games-support librsvg))
(home-page "https://wiki.gnome.org/Apps/Mines") (home-page "https://wiki.gnome.org/Apps/Mines")