home/mpv: revert wrapper workaround
This commit is contained in:
parent
e9200310c9
commit
26d0df9748
1 changed files with 9 additions and 13 deletions
|
@ -17,18 +17,14 @@
|
|||
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
|
||||
sponsorblock
|
||||
modernx-zydezu
|
||||
])
|
||||
++ lib.optionals pkgs.stdenv.hostPlatform.isLinux (with pkgs.mpvScripts; [
|
||||
mpris
|
||||
]);
|
||||
};
|
||||
scripts =
|
||||
(with pkgs.mpvScripts; [
|
||||
thumbfast
|
||||
sponsorblock
|
||||
modernx-zydezu
|
||||
])
|
||||
++ lib.optionals pkgs.stdenv.hostPlatform.isLinux (with pkgs.mpvScripts; [
|
||||
mpris
|
||||
]);
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue