mpvScripts.twitch-chat: refactor using buildLua's runtime-dependencies

This commit is contained in:
nicoo
2025-03-09 17:22:11 +00:00
parent e2596ac22d
commit e67cceafda
@@ -22,12 +22,7 @@ buildLua (finalAttrs: {
runHook postInstall
'';
passthru.extraWrapperArgs = [
"--prefix"
"PATH"
":"
(lib.makeBinPath [ curl ])
];
runtime-dependencies = [ curl ];
passthru.updateScript = nix-update-script {
extraArgs = [ "--version=branch" ];