diff --git a/pkgs/applications/video/mpv/scripts/twitch-chat.nix b/pkgs/applications/video/mpv/scripts/twitch-chat.nix index 2bce83b95bcf..35f369cf54a2 100644 --- a/pkgs/applications/video/mpv/scripts/twitch-chat.nix +++ b/pkgs/applications/video/mpv/scripts/twitch-chat.nix @@ -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" ];