guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/05: gnu: cheese: Move bash-minimal from propagated-inputs to inputs.


From: guix-commits
Subject: 05/05: gnu: cheese: Move bash-minimal from propagated-inputs to inputs.
Date: Sun, 22 Jan 2023 00:26:59 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit bbc8f4c29ed9efc1240c3d153fb234d7a79930fd
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Jan 21 22:46:00 2023 -0500

    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 @@ 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]