gnu: cheese: Sort inputs.
* gnu/packages/gnome.scm (cheese): Sort inputs.
This commit is contained in:
parent
1a97e68de9
commit
d10c8f5ef1
1 changed files with 6 additions and 6 deletions
|
@ -11466,8 +11466,8 @@ photo-booth-like software, such as Cheese.")
|
||||||
(,(getenv "GST_PLUGIN_SYSTEM_PATH")))))))))
|
(,(getenv "GST_PLUGIN_SYSTEM_PATH")))))))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list docbook-xsl
|
(list docbook-xml-4.3
|
||||||
docbook-xml-4.3
|
docbook-xsl
|
||||||
gettext-minimal
|
gettext-minimal
|
||||||
`(,glib "bin")
|
`(,glib "bin")
|
||||||
gobject-introspection
|
gobject-introspection
|
||||||
|
@ -11479,19 +11479,19 @@ photo-booth-like software, such as Cheese.")
|
||||||
vala))
|
vala))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list bash-minimal
|
(list bash-minimal
|
||||||
gnome-video-effects
|
|
||||||
clutter
|
clutter
|
||||||
clutter-gst
|
clutter-gst
|
||||||
clutter-gtk
|
clutter-gtk
|
||||||
libcanberra
|
|
||||||
gdk-pixbuf
|
gdk-pixbuf
|
||||||
glib
|
glib
|
||||||
gstreamer))
|
gnome-video-effects
|
||||||
|
gstreamer
|
||||||
|
libcanberra))
|
||||||
(inputs
|
(inputs
|
||||||
(list gnome-desktop
|
(list gnome-desktop
|
||||||
|
gst-plugins-bad
|
||||||
gst-plugins-base
|
gst-plugins-base
|
||||||
gst-plugins-good
|
gst-plugins-good
|
||||||
gst-plugins-bad
|
|
||||||
gtk+
|
gtk+
|
||||||
libx11
|
libx11
|
||||||
libxtst))
|
libxtst))
|
||||||
|
|
Reference in a new issue