gnu: cheese: Remove input labels.
* gnu/packages/gnome.scm (cheese)[native-inputs]: Remove labels.
This commit is contained in:
parent
6e95917b64
commit
ebcb752d4b
1 changed files with 10 additions and 10 deletions
|
@ -10762,16 +10762,16 @@ (define-public cheese
|
|||
#t)))))
|
||||
(build-system meson-build-system)
|
||||
(native-inputs
|
||||
`(("docbook-xsl" ,docbook-xsl)
|
||||
("docbook-xml" ,docbook-xml-4.3)
|
||||
("gettext" ,gettext-minimal)
|
||||
("glib:bin" ,glib "bin")
|
||||
("gtk-doc" ,gtk-doc/stable)
|
||||
("itstool" ,itstool)
|
||||
("libxml2" ,libxml2)
|
||||
("libxslt" ,libxslt)
|
||||
("pkg-config" ,pkg-config)
|
||||
("vala" ,vala)))
|
||||
(list docbook-xsl
|
||||
docbook-xml-4.3
|
||||
gettext-minimal
|
||||
`(,glib "bin")
|
||||
gtk-doc/stable
|
||||
itstool
|
||||
libxml2
|
||||
libxslt
|
||||
pkg-config
|
||||
vala))
|
||||
(propagated-inputs
|
||||
(list gnome-video-effects
|
||||
clutter
|
||||
|
|
Loading…
Reference in a new issue