ffmpeg: install man pages

This commit is contained in:
Nikolay Amiantov
2016-04-09 14:03:27 +03:00
parent d023e15cfc
commit cae349102e
@@ -184,6 +184,8 @@ stdenv.mkDerivation rec {
]; ];
}; };
installFlags = [ "install-man" ];
passthru = { passthru = {
vaapiSupport = if reqMin "0.6" && ((isLinux || isFreeBSD) && !isArm) then true else false; vaapiSupport = if reqMin "0.6" && ((isLinux || isFreeBSD) && !isArm) then true else false;
inherit vdpauSupport; inherit vdpauSupport;