[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/05: gnu: cheese: Sort inputs.
From: |
guix-commits |
Subject: |
03/05: gnu: cheese: Sort inputs. |
Date: |
Sun, 22 Jan 2023 00:26:59 -0500 (EST) |
apteryx pushed a commit to branch master
in repository guix.
commit d10c8f5ef1c2c7231d26202d4f432b48c9bc3611
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Jan 21 16:47:01 2023 -0500
gnu: cheese: Sort inputs.
* gnu/packages/gnome.scm (cheese): Sort inputs.
---
gnu/packages/gnome.scm | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 1e68e7568d..6e89d43bec 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -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))