summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2022-05-29 02:00:04 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2022-05-29 02:00:09 +0200
commit868b494ac2811714adc9d0417c612fe49bd954ec (patch)
tree089580d4f96e195b75d0976e5ec77c58527a86e6
parent1b6c90815061a60ae0acff5d1dd4ee43b6111028 (diff)
downloadguix-patches-868b494ac2811714adc9d0417c612fe49bd954ec.tar
guix-patches-868b494ac2811714adc9d0417c612fe49bd954ec.tar.gz
gnu: gnome-mines: Remove input labels.
* gnu/packages/gnome.scm (gnome-mines)[native-inputs]: Remove input labels.
-rw-r--r--gnu/packages/gnome.scm18
1 files changed, 9 insertions, 9 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 9d83c84f44..5c70d5494f 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5015,15 +5015,15 @@ and other secrets. It communicates with the \"Secret Service\" using DBus.")
(substitute* "build-aux/meson_post_install.py"
(("gtk-update-icon-cache") (which "true"))))))))
(native-inputs
- `(("glib:bin" ,glib "bin") ; for glib-compile-resources
- ("pkg-config" ,pkg-config)
- ("desktop-file-utils" ,desktop-file-utils)
- ("intltool" ,intltool)
- ("itstool" ,itstool)
- ("python" ,python-wrapper) ; for meson_post_install.py
- ("vala" ,vala)
- ("yelp" ,yelp)
- ("appstream-glib" ,appstream-glib)))
+ (list appstream-glib
+ desktop-file-utils
+ `(,glib "bin") ; for glib-compile-resources
+ intltool
+ itstool
+ pkg-config
+ python-wrapper ; for meson_post_install.py
+ vala
+ yelp))
(inputs
(list gtk+ libgnome-games-support librsvg))
(home-page "https://wiki.gnome.org/Apps/Mines")