mpvScripts.mpv-playlistmanager: Update postPatch

Issue found by `--replace-fail` on `substituteInPlace`.
This commit is contained in:
nicoo 2024-05-01 14:02:06 +00:00
parent e6cf49e029
commit 48eb357d35

View File

@ -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}"',
'';