lilyp pushed a commit to branch gnome-team
in repository guix.
commit 8185d5a97d18b87076873db4b4b8ef1ee6c1940d
Author: Nicolas Graves <[email protected]>
AuthorDate: Wed Jan 8 07:11:41 2025 +0100
gnu: libdc1394: Replace v4l-utils by v4l-utils-minimal.
* gnu/packages/gstreamer.scm (libdc1394)[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 8a53f21ce9..21da1af2fa 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -160,7 +160,7 @@ and for middleware components.")
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