Adapt MPV with scripts to upstream changes
This commit is contained in:
parent
6eb9f538c5
commit
e00f3fe3a9
|
@ -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 ];
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue