From 48eb357d3573f2281bf23460a02dac966e2aef2c Mon Sep 17 00:00:00 2001 From: nicoo Date: Wed, 1 May 2024 14:02:06 +0000 Subject: mpvScripts.mpv-playlistmanager: Update `postPatch` Issue found by `--replace-fail` on `substituteInPlace`. --- pkgs/applications/video/mpv/scripts/mpv-playlistmanager.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/applications') diff --git a/pkgs/applications/video/mpv/scripts/mpv-playlistmanager.nix b/pkgs/applications/video/mpv/scripts/mpv-playlistmanager.nix index ae943eabaaec1..ffc1e81eed5d0 100644 --- a/pkgs/applications/video/mpv/scripts/mpv-playlistmanager.nix +++ b/pkgs/applications/video/mpv/scripts/mpv-playlistmanager.nix @@ -14,7 +14,7 @@ buildLua rec { postPatch = '' substituteInPlace playlistmanager.lua \ - --replace-fail 'youtube_dl_executable = "youtube-dl",' \ + --replace-fail 'youtube_dl_executable = "yt-dlp",' \ 'youtube_dl_executable = "${lib.getExe yt-dlp}"', ''; -- cgit 1.4.1