gnu: five-or-more: Remove input labels.
* gnu/packages/gnome.scm (five-or-more)[native-inputs]: Remove input labels.
This commit is contained in:
parent
2a3e1ba940
commit
6e67786060
1 changed files with 8 additions and 8 deletions
|
@ -4976,14 +4976,14 @@ and other secrets. It communicates with the \"Secret Service\" using DBus.")
|
||||||
(substitute* "meson_post_install.py"
|
(substitute* "meson_post_install.py"
|
||||||
(("gtk-update-icon-cache") (which "true"))))))))
|
(("gtk-update-icon-cache") (which "true"))))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
(list appstream-glib
|
||||||
("appstream-glib" ,appstream-glib)
|
desktop-file-utils
|
||||||
("desktop-file-utils" ,desktop-file-utils)
|
`(,glib "bin") ; for glib-compile-resources
|
||||||
("glib:bin" ,glib "bin") ; for glib-compile-resources
|
intltool
|
||||||
("intltool" ,intltool)
|
itstool
|
||||||
("itstool" ,itstool)
|
libxml2
|
||||||
("vala" ,vala)
|
pkg-config
|
||||||
("xmllint" ,libxml2)))
|
vala))
|
||||||
(inputs
|
(inputs
|
||||||
(list gtk+ libgnome-games-support librsvg))
|
(list gtk+ libgnome-games-support librsvg))
|
||||||
(home-page "https://wiki.gnome.org/Apps/Five%20or%20more")
|
(home-page "https://wiki.gnome.org/Apps/Five%20or%20more")
|
||||||
|
|
Reference in a new issue