Skip to content

Commit

Permalink
mpv: enable dvb on Linux
Browse files Browse the repository at this point in the history
(cherry picked from commit dc60c1e)
  • Loading branch information
hhomar authored and fpletz committed Oct 17, 2017
1 parent cee47ce commit 8a732c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/applications/video/mpv/default.nix
Expand Up @@ -108,6 +108,7 @@ in stdenv.mkDerivation rec {
(enableFeature dvdnavSupport "dvdnav")
(enableFeature vaapiSupport "vaapi")
(enableFeature waylandSupport "wayland")
(enableFeature stdenv.isLinux "dvbin")
];

configurePhase = ''
Expand Down

0 comments on commit 8a732c2

Please sign in to comment.