ffmpeg: Add man output
This commit is contained in:
parent
ebdbc08583
commit
9f2f74d9bc
@ -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!
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user