gpodder: enable yt-dlp
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
gitUpdater,
|
gitUpdater,
|
||||||
gpodder,
|
gpodder,
|
||||||
libhandy,
|
libhandy,
|
||||||
|
python3Packages,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
@@ -50,6 +51,10 @@ self = gpodder.overridePythonAttrs (upstream: rec {
|
|||||||
buildInputs = upstream.buildInputs ++ [
|
buildInputs = upstream.buildInputs ++ [
|
||||||
libhandy
|
libhandy
|
||||||
];
|
];
|
||||||
|
propagatedBuildInputs = upstream.propagatedBuildInputs ++ (with python3Packages; [
|
||||||
|
# necessary to enable to "youtube dl" extension (TODO: upstream into nixpkgs!)
|
||||||
|
yt-dlp
|
||||||
|
]);
|
||||||
|
|
||||||
passthru.updateScript = gitUpdater {
|
passthru.updateScript = gitUpdater {
|
||||||
rev-prefix = "adaptive/";
|
rev-prefix = "adaptive/";
|
||||||
|
Reference in New Issue
Block a user