From: Sughosha via Guix-patches via <guix-patches@gnu.org>
To: "56377@debbugs.gnu.org" <56377@debbugs.gnu.org>
Subject: [bug#56377] [PATCH] gnu: pipe-viewer: Add dependency.
Date: Mon, 04 Jul 2022 02:21:25 +0000 [thread overview]
Message-ID: <kJbtnlZji_RHUPKsPbrieVyPZkjzKS_gZdY4dokLTN6O2_e1qmW_yxrLIoD8K3PVyRAbGrZqwM2jbyzVThXnm-gYqULsquriTBTirAhRJpU=@proton.me> (raw)
In-Reply-To: <JX7o9aDg6NRVU3_Z9QSsXV8x4QgGPr89XVjfAsKgj8u9HXc_AweueLyZOTmznirJym_D79LVi8Di1V3OO5yCD6mKt-Vxvu5kRlpPEEPXyck=@proton.me>
[-- Attachment #1.1: Type: text/plain, Size: 64 bytes --]
Sorry for the ignorance, mpv has to be propagated-input to work.
[-- Attachment #1.2: Type: text/html, Size: 215 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: 927 bytes --]
From 0258642badcb5efa9426b8d03ca1226dd7a5d8b1 Mon Sep 17 00:00:00 2001
From: Sughosha <sughosha@proton.me>
Date: Mon, 4 Jul 2022 04:15:59 +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 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 40c31cdaec..eee1f63d4a 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1185,7 +1185,7 @@ (define-public pipe-viewer
youtube-dl
yt-dlp))
(propagated-inputs
- (list dconf))
+ (list dconf mpv))
(home-page "https://github.com/trizen/pipe-viewer")
(synopsis "CLI+GUI YouTube Client")
(description "Pipe-Viewer is a lightweight application for searching and
--
2.36.1
next prev parent reply other threads:[~2022-07-04 2:22 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='kJbtnlZji_RHUPKsPbrieVyPZkjzKS_gZdY4dokLTN6O2_e1qmW_yxrLIoD8K3PVyRAbGrZqwM2jbyzVThXnm-gYqULsquriTBTirAhRJpU=@proton.me' \
--to=guix-patches@gnu.org \
--cc=56377@debbugs.gnu.org \
--cc=Sughosha@proton.me \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).