about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authornicoo <nicoo@mur.at>2024-05-01 14:02:06 +0000
committernicoo <nicoo@mur.at>2024-05-01 14:02:06 +0000
commit48eb357d3573f2281bf23460a02dac966e2aef2c (patch)
treec71e8626facdd26bb889a8560d627eb2d6cb91f8 /pkgs/applications
parente6cf49e0298723f3aef7ca631627229ceb2378b4 (diff)
mpvScripts.mpv-playlistmanager: Update `postPatch`
Issue found by `--replace-fail` on `substituteInPlace`.
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/video/mpv/scripts/mpv-playlistmanager.nix2
1 files changed, 1 insertions, 1 deletions
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}"',
   '';