mpvScripts.twitch-chat: refactor using buildLua's runtime-dependencies
This commit is contained in:
@@ -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" ];
|
||||||
|
|||||||
Reference in New Issue
Block a user