summary refs log tree commit diff
path: root/nixos/tests/mpv.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/mpv.nix')
-rw-r--r--nixos/tests/mpv.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/mpv.nix b/nixos/tests/mpv.nix
index bcfc17cf332..9e44862cb1b 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 ];
         })
       ];