guix-commits
[Top][All Lists]
Advanced

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

34/62: gnu: cheese: Propagate more inputs.


From: guix-commits
Subject: 34/62: gnu: cheese: Propagate more inputs.
Date: Fri, 8 Feb 2019 16:26:40 -0500 (EST)

rekado pushed a commit to branch wip-gnome-upgrades
in repository guix.

commit 10bbcaeeeb87a1ab7c0a09648477f9effda2c7e4
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Aug 6 15:51:38 2018 +0200

    gnu: cheese: Propagate more inputs.
    
    * gnu/packages/gnome.scm (cheese)[inputs]: Move clutter, libcanberra, and
    gstreamer from here...
    [propagated-inputs]: ...to here.
---
 gnu/packages/gnome.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 9345a29..fc29c82 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7203,20 +7203,20 @@ photo-booth-like software, such as Cheese.")
        ("pkg-config" ,pkg-config)
        ("vala" ,vala)))
     (propagated-inputs
-     `(("gnome-video-effects" ,gnome-video-effects)))
-    (inputs
-     `(("clutter" ,clutter)
+     `(("gnome-video-effects" ,gnome-video-effects)
+       ("clutter" ,clutter)
        ("clutter-gst" ,clutter-gst)
        ("clutter-gtk" ,clutter-gtk)
+       ("libcanberra" ,libcanberra)
        ("gdk-pixbuf" ,gdk-pixbuf)
        ("glib" ,glib)
-       ("gnome-desktop" ,gnome-desktop)
+       ("gstreamer" ,gstreamer)))
+    (inputs
+     `(("gnome-desktop" ,gnome-desktop)
        ("gobject-introspection" ,gobject-introspection)
-       ("gstreamer" ,gstreamer)
        ("gst-plugins-base" ,gst-plugins-base)
        ("gst-plugins-bad" ,gst-plugins-bad)
        ("gtk+" ,gtk+)
-       ("libcanberra" ,libcanberra)
        ("libx11" ,libx11)
        ("libxtst" ,libxtst)))
     (home-page "https://wiki.gnome.org/Apps/Cheese";)



reply via email to

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