gnu: quadrapassel: Remove input labels.
* gnu/packages/games.scm (quadrapassel)[native-inputs]: Remove labels from inputs.master
parent
ddd19013e0
commit
2ba263864b
|
@ -8215,13 +8215,13 @@ GameController.")
|
||||||
(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
|
||||||
`(("desktop-file-utils" ,desktop-file-utils) ;for desktop-file-validate
|
(list desktop-file-utils ; for desktop-file-validate
|
||||||
("gettext" ,gettext-minimal)
|
gettext-minimal
|
||||||
("glib" ,glib "bin") ;for glib-compile-resources
|
(list glib "bin") ; for glib-compile-resources
|
||||||
("itstool" ,itstool)
|
itstool
|
||||||
("libxml2" ,libxml2) ;for xmllint
|
libxml2 ; for xmllint
|
||||||
("pkg-config" ,pkg-config)
|
pkg-config
|
||||||
("vala" ,vala)))
|
vala))
|
||||||
(inputs
|
(inputs
|
||||||
(list clutter
|
(list clutter
|
||||||
clutter-gtk
|
clutter-gtk
|
||||||
|
|
Reference in New Issue