[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
- [bug#55297] [PATCH 0/10] Make adding SSL_CERT_FILE/DIR search paths easier and add some missing ones, Maxime Devos, 2022/05/07
- [bug#55297] [PATCH 01/10] search-paths: Define $SSL_CERT_DIR and $SSL_CERT_FILE., Maxime Devos, 2022/05/07
- [bug#55297] [PATCH 08/10] gnu: youtube-dl-gui: Add search paths of 'youtube-dl'.,
Maxime Devos <=
- [bug#55297] [PATCH 10/10] gnu: w3m: Add $SSL_CERT_DIR/$SSL_CERT_FILE search paths.., Maxime Devos, 2022/05/07
- [bug#55297] [PATCH 02/10] gnu: openssl: Use $SSL_CERT_DIR/$SSL_CERT_FILE., Maxime Devos, 2022/05/07
- [bug#55297] [PATCH 03/10] gnu: cuirass: Use $SSL_CERT_DIR., Maxime Devos, 2022/05/07
- [bug#55297] [PATCH 09/10] gnu: youtube-viewer: Add search paths of 'youtube-dl'., Maxime Devos, 2022/05/07
- [bug#55297] [PATCH 06/10] gnu: guix: Use $SSL_CERT_DIR., Maxime Devos, 2022/05/07
- [bug#55297] [PATCH 04/10] gnu: cmake-bootstrap: Use $SSL_CERT_DIR/$SSL_CERT_FILE., Maxime Devos, 2022/05/07
- [bug#55297] [PATCH 07/10] gnu: youtube-dl: Add missing $SSL_CERT_DIR/FILE search paths., Maxime Devos, 2022/05/07
- [bug#55297] [PATCH 05/10] gnu: curl: Use $SSL_CERT_DIR/$SSL_CERT_FILE., Maxime Devos, 2022/05/07
- [bug#55297] [PATCH 0/10] Make adding SSL_CERT_FILE/DIR search paths easier and add some missing ones, Maxime Devos, 2022/05/07