guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#55297] [PATCH 09/10] gnu: youtube-viewer: Add search paths of 'yout


From: Maxime Devos
Subject: [bug#55297] [PATCH 09/10] gnu: youtube-viewer: Add search paths of 'youtube-dl'.
Date: Sat, 7 May 2022 08:37:39 +0000

'youtube-viewer' uses 'youtube-dl' so presumably it needs the same search
paths.

* gnu/packages/video.scm (youtube-viewer)[native-search-paths]: Add the
search paths of 'youtube-dl'.
---
 gnu/packages/video.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 1a1ab31653..9b009dc1b9 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2729,6 +2729,7 @@ (define-public youtube-viewer
                               `("PERL5LIB" ":" prefix (,lib-path ,site-dir)))
                          (find-files bin-dir))
                #t))))))
+    (native-search-paths (package-native-search-paths youtube-dl))
     (synopsis
      "Lightweight application for searching and streaming videos from YouTube")
     (description
-- 
2.35.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]