ffmpeg: Add man output
This commit is contained in:
parent
ebdbc08583
commit
9f2f74d9bc
@ -75,7 +75,7 @@ stdenv.mkDerivation rec {
|
|||||||
postPatch = ''patchShebangs .'';
|
postPatch = ''patchShebangs .'';
|
||||||
inherit patches;
|
inherit patches;
|
||||||
|
|
||||||
outputs = [ "bin" "dev" "out" ]
|
outputs = [ "bin" "dev" "out" "man" ]
|
||||||
++ optional (reqMin "1.0") "doc" ; # just dev-doc
|
++ optional (reqMin "1.0") "doc" ; # just dev-doc
|
||||||
setOutputFlags = false; # doesn't accept all and stores configureFlags in libs!
|
setOutputFlags = false; # doesn't accept all and stores configureFlags in libs!
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user