mpv: also disable xineramaSupport & xvSupport on darwin

This commit is contained in:
Jörg Thalheim 2018-02-28 00:02:58 +00:00
parent 1ec8eb94ee
commit c269fc884a

View file

@ -16552,6 +16552,8 @@ with pkgs;
dvdnavSupport = !stdenv.isDarwin;
drmSupport = !stdenv.isDarwin;
x11Support = !stdenv.isDarwin;
xineramaSupport = !stdenv.isDarwin;
xvSupport = !stdenv.isDarwin;
};
mpvScripts = {