Adapt MPV with scripts to upstream changes
This commit is contained in:
@@ -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 ];
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user