home/mpv: revert wrapper workaround

This commit is contained in:
Guanran Wang 2024-06-21 11:05:31 +08:00
parent c0403abdda
commit 1a1b700c23
Signed by: nyancat
GPG key ID: 91F97D9ED12639CF

View file

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