mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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 @@ (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")
|
||||
|
|
Loading…
Reference in a new issue