unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#56377] [PATCH] gnu: pipe-viewer: Add dependency.
@ 2022-07-04  2:08 Sughosha via Guix-patches via
  2022-07-04  2:21 ` Sughosha via Guix-patches via
  2022-07-04  2:33 ` [bug#56377] (No Subject) Sughosha via Guix-patches via
  0 siblings, 2 replies; 5+ messages in thread
From: Sughosha via Guix-patches via @ 2022-07-04  2:08 UTC (permalink / raw)
  To: 56377


[-- Attachment #1.1: Type: text/plain, Size: 91 bytes --]

Without mpv this application gives the following error:
sh: line 1: mpv: command not found.

[-- Attachment #1.2: Type: text/html, Size: 267 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-pipe-viewer-Add-dependency.patch --]
[-- Type: text/x-patch; name=0001-gnu-pipe-viewer-Add-dependency.patch, Size: 864 bytes --]

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(-)

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


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-07-29 16:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-04  2:08 [bug#56377] [PATCH] gnu: pipe-viewer: Add dependency Sughosha via Guix-patches via
2022-07-04  2:21 ` Sughosha via Guix-patches via
2022-07-04  6:44   ` Liliana Marie Prikler
2022-07-04  2:33 ` [bug#56377] (No Subject) Sughosha via Guix-patches via
2022-07-29 16:38   ` Maxime Devos

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).