(name . guix-patches@gnu.org)(address . guix-patches@gnu.org)
Without mpv this application gives the following error:
sh: line 1: mpv: command not found.
From 0b0e66ba091ed2b4871f855e6ef271cda276aaf0 Mon Sep 17 00:00:00 2001
From: Sughosha <sughosha@proton.me>
Date: Mon, 4 Jul 2022 04:01:12 +0200
Subject: [PATCH] gnu: pipe-viewer: Add dependency.
* gnu/packages/video.scm (pipe-viewer): Add dependency.
This application calls mpv to play audios or videos, so mpv as dependency is required.
---
gnu/packages/video.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Toggle diff (16 lines)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 40c31cdaec..07f9e94d34 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1183,7 +1183,8 @@ (define-public pipe-viewer
wget
xdg-utils
youtube-dl
- yt-dlp))
+ yt-dlp
+ mpv))
(propagated-inputs
(list dconf))
(home-page "https://github.com/trizen/pipe-viewer")
--
2.36.1