mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
mpvScripts.mpv-playlistmanager: Update postPatch
Issue found by `--replace-fail` on `substituteInPlace`.
This commit is contained in:
parent
e6cf49e029
commit
48eb357d35
@ -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}"',
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user