ffmpeg: Add man output

This commit is contained in:
Tuomas Tynkkynen 2017-07-11 11:53:28 +03:00
parent ebdbc08583
commit 9f2f74d9bc

View File

@ -75,7 +75,7 @@ stdenv.mkDerivation rec {
postPatch = ''patchShebangs .'';
inherit patches;
outputs = [ "bin" "dev" "out" ]
outputs = [ "bin" "dev" "out" "man" ]
++ optional (reqMin "1.0") "doc" ; # just dev-doc
setOutputFlags = false; # doesn't accept all and stores configureFlags in libs!