From a8576d4053a1bd5789748090aef475ff958627b4 Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Wed, 22 Sep 2021 15:40:59 +0200 Subject: [PATCH] nixos/tests/mpv: remove deprecated mpv-with-scripts It has been replaced by wrapMpv in 2020-05-22. --- nixos/tests/mpv.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/tests/mpv.nix b/nixos/tests/mpv.nix index bcfc17cf3328..9e44862cb1b4 100644 --- a/nixos/tests/mpv.nix +++ b/nixos/tests/mpv.nix @@ -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 ]; }) ];