nixos/tests/mpv: adapt to the new mpv wrapper

This commit is contained in:
1sixth 2024-06-10 01:19:06 +08:00
parent e04560f230
commit f862ae2e31
No known key found for this signature in database

View File

@ -12,7 +12,7 @@ in
{
environment.systemPackages = [
pkgs.curl
(pkgs.wrapMpv pkgs.mpv-unwrapped {
(pkgs.mpv.override {
scripts = [ pkgs.mpvScripts.simple-mpv-webui ];
})
];