mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-04 03:03:42 +00:00
python312Packages.yt-dlp: refactor
This commit is contained in:
parent
3d3adf6214
commit
fa8cdc5b59
@ -34,11 +34,11 @@ buildPythonPackage rec {
|
||||
hash = "sha256-fukFcrTTE7WCuZyJ5OzPd5tX/1TtwzGHPGs/unf6qLA=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
build-system = [
|
||||
hatchling
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
dependencies = [
|
||||
brotli
|
||||
certifi
|
||||
mutagen
|
||||
@ -86,6 +86,7 @@ buildPythonPackage rec {
|
||||
youtube-dl is released to the public domain, which means
|
||||
you can modify it, redistribute it or use it however you like.
|
||||
'';
|
||||
changelog = "https://github.com/yt-dlp/yt-dlp/releases/tag/${version}";
|
||||
license = licenses.unlicense;
|
||||
maintainers = with maintainers; [ mkg20001 SuperSandro2000 marsam ];
|
||||
mainProgram = "yt-dlp";
|
||||
|
Loading…
Reference in New Issue
Block a user