nixos/tests/mpv: remove deprecated mpv-with-scripts
It has been replaced by wrapMpv in 2020-05-22.
This commit is contained in:
parent
cbd515e44c
commit
a8576d4053
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
})
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue