diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 5d4c0fe92c..b5b7a33b5b 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -11482,8 +11482,7 @@ photo-booth-like software, such as Cheese.") pkg-config vala)) (propagated-inputs - (list bash-minimal - clutter + (list clutter clutter-gst clutter-gtk gdk-pixbuf @@ -11492,7 +11491,8 @@ photo-booth-like software, such as Cheese.") gstreamer libcanberra)) (inputs - (list gnome-desktop + (list bash-minimal + gnome-desktop gst-plugins-bad gst-plugins-base gst-plugins-good |