Commit e67cceaf authored by nicoo's avatar nicoo
Browse files

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

parent e2596ac2
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -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" ];