mpvScripts.mpv-playlistmanager: Update postPatch
Issue found by `--replace-fail` on `substituteInPlace`.
This commit is contained in:
@@ -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}"',
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user