ffmpeg: install man pages

This commit is contained in:
Nikolay Amiantov 2016-04-09 14:00:39 +03:00
parent d023e15cfc
commit cae349102e
1 changed files with 2 additions and 0 deletions

View File

@ -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;