Adapt MPV with scripts to upstream changes
This commit is contained in:
parent
6eb9f538c5
commit
e00f3fe3a9
|
@ -3,7 +3,8 @@
|
|||
with pkgs;
|
||||
|
||||
let
|
||||
custom-mpv = (pkgs.wrapMpv pkgs.mpv-unwrapped {
|
||||
custom-mpv = (mpv-unwrapped.wrapper {
|
||||
mpv = mpv-unwrapped;
|
||||
scripts = with mpvScripts; [ sponsorblock-minimal mpv-cheatsheet ];
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue