[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#59372] [PATCH] gnu: peek: Add missing input.
From: |
jgart |
Subject: |
[bug#59372] [PATCH] gnu: peek: Add missing input. |
Date: |
Fri, 18 Nov 2022 19:27:46 -0600 |
* gnu/packages/video.scm (peek): Add missing input.
[inputs]: Add ffmpeg so that Peek will not fail to run on a foreign
distro.
hi, peek fails to run on a foreign distro without ffmpeg as an input.
this patch fixes that.
all best,
jgart
---
gnu/packages/video.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index c394c65442..4f38d4432c 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -5369,6 +5369,8 @@ (define-public peek
(arguments '(#:glib-or-gtk? #t))
(inputs
`(("gtk+" ,gtk+)
+ ;; Peek fails to run on a foreign distro without ffmpeg.
+ ("ffmpeg" ,ffmpeg)
("python" ,python-wrapper)))
(native-inputs
`(("desktop-file-utils" ,desktop-file-utils) ; for update-desktop-database
--
2.38.1
- [bug#59372] [PATCH] gnu: peek: Add missing input.,
jgart <=
- [bug#59372] [PATCH] gnu: peek: Add missing input., Tobias Geerinckx-Rice, 2022/11/18
- [bug#59372] [PATCH] gnu: peek: Add missing input., jgart, 2022/11/18
- [bug#59372] [PATCH] gnu: peek: Add missing input., Tobias Geerinckx-Rice, 2022/11/19
- [bug#59372] [PATCH] gnu: peek: Add missing input., jgart, 2022/11/21
- [bug#59372] [PATCH] gnu: peek: Add missing input., Tobias Geerinckx-Rice, 2022/11/21
- [bug#59372] [PATCH] gnu: peek: Add missing input., Tobias Geerinckx-Rice, 2022/11/21
- [bug#59372] [PATCH] gnu: peek: Add missing input., jgart, 2022/11/21
[bug#59372] [PATCH] gnu: peek: Add missing input., zimoun, 2022/11/21