nixos/tests/mpv: remove deprecated mpv-with-scripts

It has been replaced by wrapMpv in 2020-05-22.
This commit is contained in:
rnhmjoj 2021-09-22 15:40:59 +02:00
parent cbd515e44c
commit a8576d4053
No known key found for this signature in database
GPG key ID: BFBAF4C975F76450

View file

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