diff mbox series

[bug#56377] gnu: pipe-viewer: Add dependency.

Message ID kJbtnlZji_RHUPKsPbrieVyPZkjzKS_gZdY4dokLTN6O2_e1qmW_yxrLIoD8K3PVyRAbGrZqwM2jbyzVThXnm-gYqULsquriTBTirAhRJpU=@proton.me
State Accepted
Headers show
Series [bug#56377] gnu: pipe-viewer: Add dependency. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue

Commit Message

Sughosha July 4, 2022, 2:21 a.m. UTC
Sorry for the ignorance, mpv has to be propagated-input to work.

Comments

Liliana Marie Prikler July 4, 2022, 6:44 a.m. UTC | #1
Hi

Am Montag, dem 04.07.2022 um 02:21 +0000 schrieb Sughosha:
> Sorry for the ignorance, mpv has to be propagated-input to work.
Rather than propagating mpv, could you patch the place in which it is
invoked?  It doesn't matter if mpv is used as a "fallback" or whatever,
if it calls mpv we might as well make sure it finds mpv.

Cheers
diff mbox series

Patch

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