From dc60c1e3d0f3291c6f45226fb9ad802a85205d5a Mon Sep 17 00:00:00 2001 From: Heitham Omar Date: Sun, 15 Oct 2017 21:26:00 +0100 Subject: [PATCH] mpv: enable dvb on Linux --- pkgs/applications/video/mpv/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/video/mpv/default.nix b/pkgs/applications/video/mpv/default.nix index aacfa9d8874..680cad1ec25 100644 --- a/pkgs/applications/video/mpv/default.nix +++ b/pkgs/applications/video/mpv/default.nix @@ -108,6 +108,7 @@ in stdenv.mkDerivation rec { (enableFeature dvdnavSupport "dvdnav") (enableFeature vaapiSupport "vaapi") (enableFeature waylandSupport "wayland") + (enableFeature stdenv.isLinux "dvbin") ]; configurePhase = ''