diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-01-21 22:46:00 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-01-22 00:26:10 -0500 |
commit | bbc8f4c29ed9efc1240c3d153fb234d7a79930fd (patch) | |
tree | e1f87d09ff19bf5388e2293a35724819f5aa7e26 | |
parent | 201fb6c63b488c09a1e4ec5537adfa13a174d005 (diff) |
gnu: cheese: Move bash-minimal from propagated-inputs to inputs.
* gnu/packages/gnome.scm (cheese) [propagated-inputs]: Move bash-minimal to...
[inputs]: ... here.
-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 |