[bug#74517,v4,08/10] gnu: libdc1394: Replace v4l-utils by v4l-utils-minimal.

Message ID 20250107223336.4083-8-ngraves@ngraves.fr
State New
Headers
Series [bug#74517,v4,01/10] gnu: Add v4l-utils-minimal. |

Commit Message

Nicolas Graves Jan. 7, 2025, 10:33 p.m. UTC
  * gnu/packages/gstreamer.scm (libdc1394)[inputs]: Replace v4l-utils by
v4l-utils-minimal.
---
 gnu/packages/gstreamer.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index c4fb8b9b4d..6d5b8b894c 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -160,7 +160,7 @@  (define-public libdc1394
            libxv
            mesa
            sdl
-           v4l-utils))
+           v4l-utils-minimal))
     (synopsis "1394-Based Digital Camera Control Library")
     (description "LibDC1394 is a library that provides functionality to control
 any camera that conforms to the 1394-Based Digital Camera Specification written