home/mpv: revert wrapper workaround

This commit is contained in:
Guanran Wang 2024-06-21 11:05:31 +08:00
parent 114ba215df
commit bd3a2e1aa7

View file

@ -17,9 +17,6 @@
slang = "eng,en"; slang = "eng,en";
}; };
# FIXME: https://github.com/nix-community/home-manager/pull/5524
package = pkgs.mpv-unwrapped.wrapper {
mpv = pkgs.mpv-unwrapped;
scripts = scripts =
(with pkgs.mpvScripts; [ (with pkgs.mpvScripts; [
thumbfast thumbfast
@ -30,5 +27,4 @@
mpris mpris
]); ]);
}; };
};
} }