about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2024-06-09 21:49:59 -0500
committerGitHub <noreply@github.com>2024-06-09 21:49:59 -0500
commitcfbeda848e75c62d6facd3ae40d6f239dcee9375 (patch)
treeca38de245babede4957833525db951f4cfae192e /nixos
parentcd7ec2419a9a98e9119d64f5b0cbaa069e53c298 (diff)
parent54072d588d367675e4261eb2da42923117b54a1d (diff)
Merge pull request #318588 from 1sixth/fix-mpv-test
nixos/tests/mpv: adapt to the new mpv wrapper
Diffstat (limited to 'nixos')
-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 32a81cbe2495e..c2e151c224760 100644
--- a/nixos/tests/mpv.nix
+++ b/nixos/tests/mpv.nix
@@ -12,7 +12,7 @@ in
     {
       environment.systemPackages = [
         pkgs.curl
-        (pkgs.wrapMpv pkgs.mpv-unwrapped {
+        (pkgs.mpv.override {
           scripts = [ pkgs.mpvScripts.simple-mpv-webui ];
         })
       ];