diff options
| author | Andreas Enge <andreas@enge.fr> | 2026-02-15 12:16:13 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-20 20:28:10 +0100 |
| commit | 0c8e1042f684c7f2733ced97c26e660afae13540 (patch) | |
| tree | 13f86ec90ecf222ff98d34827f64fa4470db3e15 /gnu/packages | |
| parent | 2ec6f39d3a8958eda3cf5f21af0200b8de8b879d (diff) | |
gnu: v4l-utils-minimal: Remove unreferenced inputs.
* gnu/packages/video.scm (v4l-utils-minimal)[inputs]: Remove glu
and libx11.
Change-Id: Iff78fc634616097a45ae9b345f4a04da22c75273
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/video.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 14f6b169022..f970435430d 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -4178,7 +4178,7 @@ be used for realtime video capture via Linux-specific APIs.") (package/inherit v4l-utils (name "v4l-utils-minimal") (inputs (modify-inputs (package-inputs v4l-utils) - (delete "qtbase"))))) + (delete "qtbase" "glu" "libx11"))))) (define-public obs (package |
