youtube-dl -> yt-dlp

This commit is contained in:
2023-09-05 00:04:36 +02:00
parent ab7ff50cc5
commit 973c15af7a
5 changed files with 314 additions and 16 deletions

View File

@@ -40,7 +40,7 @@
postInstall = ''
'';
nativeBuildInputs = [ poetry-core ];
propagatedBuildInputs = [ setuptools sanic sanic-ext youtube-dl mpv ];
propagatedBuildInputs = [ setuptools sanic sanic-ext yt-dlp mpv ];
doCheck = false;
};
grzegorz-run = pkgs.writeShellApplication {
@@ -58,7 +58,7 @@
)
'';
};
default = grzegorz;
});
apps = forAllSystems ({ system, pkgs, ...}: {