mpv: enable dvb on Linux

This commit is contained in:
Heitham Omar 2017-10-15 21:26:00 +01:00
parent 19997f0100
commit dc60c1e3d0

View File

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