lilyp pushed a commit to branch gnome-team
in repository guix.

commit f6a06cc66b5a65d370bc9d42393a15441aed183b
Author: Nicolas Graves <[email protected]>
AuthorDate: Wed Jan 8 07:11:43 2025 +0100

    gnu: gst-plugins-good: Replace v4l-utils by v4l-utils-minimal.
    
    * gnu/packages/gstreamer.scm (gst-plugins-good)[inputs]: Replace
    v4l-utils by v4l-utils-minimal.
    
    Signed-off-by: Liliana Marie Prikler <[email protected]>
---
 gnu/packages/gstreamer.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 73f801d4d2..27f4c03226 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -740,7 +740,7 @@ for the GStreamer multimedia library.")
            speex
            taglib
            twolame
-           v4l-utils
+           v4l-utils-minimal
            wavpack
            zlib))
     (propagated-inputs

Reply via email to