Adapt MPV with scripts to upstream changes

This commit is contained in:
coolneng 2024-08-13 14:22:16 +02:00
parent 6eb9f538c5
commit e00f3fe3a9
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@
with pkgs; with pkgs;
let let
custom-mpv = (pkgs.wrapMpv pkgs.mpv-unwrapped { custom-mpv = (mpv-unwrapped.wrapper {
mpv = mpv-unwrapped;
scripts = with mpvScripts; [ sponsorblock-minimal mpv-cheatsheet ]; scripts = with mpvScripts; [ sponsorblock-minimal mpv-cheatsheet ];
}); });