aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-01-21 22:46:00 -0500
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-01-22 00:26:10 -0500
commitbbc8f4c29ed9efc1240c3d153fb234d7a79930fd (patch)
treee1f87d09ff19bf5388e2293a35724819f5aa7e26 /gnu
parent201fb6c63b488c09a1e4ec5537adfa13a174d005 (diff)
downloadguix-bbc8f4c29ed9efc1240c3d153fb234d7a79930fd.tar
guix-bbc8f4c29ed9efc1240c3d153fb234d7a79930fd.tar.gz
gnu: cheese: Move bash-minimal from propagated-inputs to inputs.
* gnu/packages/gnome.scm (cheese) [propagated-inputs]: Move bash-minimal to... [inputs]: ... here.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/gnome.scm6
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