mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: quadrapassel: Remove input labels.
* gnu/packages/games.scm (quadrapassel)[native-inputs]: Remove labels from inputs.
This commit is contained in:
parent
ddd19013e0
commit
2ba263864b
1 changed files with 7 additions and 7 deletions
|
@ -8215,13 +8215,13 @@ (define-public quadrapassel
|
|||
(substitute* "build-aux/meson_post_install.py"
|
||||
(("gtk-update-icon-cache") (which "true"))))))))
|
||||
(native-inputs
|
||||
`(("desktop-file-utils" ,desktop-file-utils) ;for desktop-file-validate
|
||||
("gettext" ,gettext-minimal)
|
||||
("glib" ,glib "bin") ;for glib-compile-resources
|
||||
("itstool" ,itstool)
|
||||
("libxml2" ,libxml2) ;for xmllint
|
||||
("pkg-config" ,pkg-config)
|
||||
("vala" ,vala)))
|
||||
(list desktop-file-utils ; for desktop-file-validate
|
||||
gettext-minimal
|
||||
(list glib "bin") ; for glib-compile-resources
|
||||
itstool
|
||||
libxml2 ; for xmllint
|
||||
pkg-config
|
||||
vala))
|
||||
(inputs
|
||||
(list clutter
|
||||
clutter-gtk
|
||||
|
|
Loading…
Reference in a new issue