gpodder-adaptive: track youtube-dl upstreaming
This commit is contained in:
@@ -52,7 +52,8 @@ self = gpodder.overridePythonAttrs (upstream: rec {
|
|||||||
libhandy
|
libhandy
|
||||||
];
|
];
|
||||||
propagatedBuildInputs = upstream.propagatedBuildInputs ++ (with python311Packages; [
|
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
|
yt-dlp
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user