Merge pull request #31081 from gnidorah/mpv

mpv: wayland support by default
This commit is contained in:
Jörg Thalheim 2017-11-02 08:59:50 +00:00 committed by GitHub
commit 010d30123d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15712,6 +15712,7 @@ with pkgs;
lua5_sockets = lua5_1_sockets;
youtube-dl = pythonPackages.youtube-dl;
libva = libva-full;
waylandSupport = stdenv.isLinux;
};
mpvScripts = {