mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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)))))
|
#t)))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("docbook-xsl" ,docbook-xsl)
|
(list docbook-xsl
|
||||||
("docbook-xml" ,docbook-xml-4.3)
|
docbook-xml-4.3
|
||||||
("gettext" ,gettext-minimal)
|
gettext-minimal
|
||||||
("glib:bin" ,glib "bin")
|
`(,glib "bin")
|
||||||
("gtk-doc" ,gtk-doc/stable)
|
gtk-doc/stable
|
||||||
("itstool" ,itstool)
|
itstool
|
||||||
("libxml2" ,libxml2)
|
libxml2
|
||||||
("libxslt" ,libxslt)
|
libxslt
|
||||||
("pkg-config" ,pkg-config)
|
pkg-config
|
||||||
("vala" ,vala)))
|
vala))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list gnome-video-effects
|
(list gnome-video-effects
|
||||||
clutter
|
clutter
|
||||||
|
|
Loading…
Reference in a new issue