From bbc8f4c29ed9efc1240c3d153fb234d7a79930fd Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Sat, 21 Jan 2023 22:46:00 -0500 Subject: gnu: cheese: Move bash-minimal from propagated-inputs to inputs. * gnu/packages/gnome.scm (cheese) [propagated-inputs]: Move bash-minimal to... [inputs]: ... here. --- gnu/packages/gnome.scm | 6 +++--- 1 file 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 @@ (define-public cheese pkg-config vala)) (propagated-inputs - (list bash-minimal - clutter + (list clutter clutter-gst clutter-gtk gdk-pixbuf @@ -11492,7 +11491,8 @@ (define-public cheese gstreamer libcanberra)) (inputs - (list gnome-desktop + (list bash-minimal + gnome-desktop gst-plugins-bad gst-plugins-base gst-plugins-good -- cgit v1.2.3