mpv: also disable x11support on darwin

This commit is contained in:
Jörg Thalheim 2018-02-27 23:58:20 +00:00
parent ab59f0df8d
commit 1ec8eb94ee

View File

@ -16551,6 +16551,7 @@ with pkgs;
dvdreadSupport = !stdenv.isDarwin;
dvdnavSupport = !stdenv.isDarwin;
drmSupport = !stdenv.isDarwin;
x11Support = !stdenv.isDarwin;
};
mpvScripts = {