gpodder-adaptive: track youtube-dl upstreaming

This commit is contained in:
2024-08-01 20:02:47 +00:00
parent 6aa6c0020c
commit 161f272f41

View File

@@ -52,7 +52,8 @@ self = gpodder.overridePythonAttrs (upstream: rec {
libhandy
];
propagatedBuildInputs = upstream.propagatedBuildInputs ++ (with python311Packages; [
# necessary to enable to "youtube dl" extension (TODO: upstream into nixpkgs!)
# necessary to enable to "youtube dl" extension
# upstreaming progress: <https://github.com/NixOS/nixpkgs/pull/331593>
yt-dlp
]);