guix-patches
[Top][All Lists]
Advanced

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

[bug#55297] [PATCH 08/10] gnu: youtube-dl-gui: Add search paths of 'yout


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

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

* gnu/packages/video.scm (youtube-dl-gui)[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 204fdb7c6f..1a1ab31653 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2610,6 +2610,7 @@ (define-public youtube-dl-gui
      (list gettext-minimal))
     (inputs
      (list python2-twodict python2-wxpython youtube-dl))
+    (native-search-paths (package-native-search-paths youtube-dl))
     (home-page "https://github.com/MrS0m30n3/youtube-dl-gui";)
     (synopsis
      "GUI (Graphical User Interface) for @command{youtube-dl}")
-- 
2.35.1






reply via email to

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