python312Packages.yt-dlp: refactor

This commit is contained in:
Fabian Affolter 2024-04-10 00:39:45 +02:00
parent 3d3adf6214
commit fa8cdc5b59
1 changed files with 3 additions and 2 deletions

View File

@ -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";