me
/
guix
Archived
1
0
Fork 0

gnu: cheese: Sort inputs.

* gnu/packages/gnome.scm (cheese): Sort inputs.
Maxim Cournoyer 2023-01-21 16:47:01 -05:00
parent 1a97e68de9
commit d10c8f5ef1
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 6 additions and 6 deletions

View File

@ -11466,8 +11466,8 @@ photo-booth-like software, such as Cheese.")
(,(getenv "GST_PLUGIN_SYSTEM_PATH")))))))))
(build-system meson-build-system)
(native-inputs
(list docbook-xsl
docbook-xml-4.3
(list docbook-xml-4.3
docbook-xsl
gettext-minimal
`(,glib "bin")
gobject-introspection
@ -11479,19 +11479,19 @@ photo-booth-like software, such as Cheese.")
vala))
(propagated-inputs
(list bash-minimal
gnome-video-effects
clutter
clutter-gst
clutter-gtk
libcanberra
gdk-pixbuf
glib
gstreamer))
gnome-video-effects
gstreamer
libcanberra))
(inputs
(list gnome-desktop
gst-plugins-bad
gst-plugins-base
gst-plugins-good
gst-plugins-bad
gtk+
libx11
libxtst))