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

commit 72464322e4c69d5bd7a2782d75c7fdd74e564453
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