gnu: gnome-2048: Remove input labels.
* gnu/packages/games.scm (gnome-2048)[inputs, native-inputs]: Remove labels.
This commit is contained in:
parent
2f12a46090
commit
7d59dbfb8b
1 changed files with 12 additions and 9 deletions
|
@ -1786,17 +1786,20 @@ destroying an ancient book using a special wand.")
|
||||||
;; Don't create 'icon-theme.cache'.
|
;; Don't create 'icon-theme.cache'.
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "meson_post_install.py"
|
(substitute* "meson_post_install.py"
|
||||||
(("gtk-update-icon-cache") "true"))
|
(("gtk-update-icon-cache") "true")))))))
|
||||||
#t)))))
|
|
||||||
(inputs
|
(inputs
|
||||||
(list gtk+ clutter clutter-gtk libgee libgnome-games-support-1))
|
(list gtk+
|
||||||
|
clutter
|
||||||
|
clutter-gtk
|
||||||
|
libgee
|
||||||
|
libgnome-games-support-1))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gettext" ,gettext-minimal)
|
(list gettext-minimal
|
||||||
("glib:bin" ,glib "bin") ; for desktop-file-validate and appstream-util
|
`(,glib "bin") ; for desktop-file-validate and appstream-util
|
||||||
("itstool" ,itstool)
|
itstool
|
||||||
("libxml2" ,libxml2)
|
libxml2
|
||||||
("pkg-config" ,pkg-config)
|
pkg-config
|
||||||
("vala" ,vala)))
|
vala))
|
||||||
(home-page "https://wiki.gnome.org/Apps/2048")
|
(home-page "https://wiki.gnome.org/Apps/2048")
|
||||||
(synopsis "Move the tiles until you obtain the 2048 tile")
|
(synopsis "Move the tiles until you obtain the 2048 tile")
|
||||||
(description "GNOME 2048 provides a 2D grid for playing 2048, a
|
(description "GNOME 2048 provides a 2D grid for playing 2048, a
|
||||||
|
|
Reference in a new issue