gpodder: enable yt-dlp

This commit is contained in:
2024-07-22 11:36:32 +00:00
parent 90b057af95
commit 1e3b71def3

View File

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