Merge pull request #30449 from hhomar/mpv-enable-dvb-linux

mpv: enable dvb on Linux
This commit is contained in:
Jörg Thalheim 2017-10-17 11:47:17 +01:00 committed by GitHub
commit e48154dfa2

@ -108,6 +108,7 @@ in stdenv.mkDerivation rec {
(enableFeature dvdnavSupport "dvdnav")
(enableFeature vaapiSupport "vaapi")
(enableFeature waylandSupport "wayland")
(enableFeature stdenv.isLinux "dvbin")
];
configurePhase = ''