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 runHook postInstall
''; '';
passthru.extraWrapperArgs = [ runtime-dependencies = [ curl ];
"--prefix"
"PATH"
":"
(lib.makeBinPath [ curl ])
];
passthru.updateScript = nix-update-script { passthru.updateScript = nix-update-script {
extraArgs = [ "--version=branch" ]; extraArgs = [ "--version=branch" ];