forked from mirrors/nixpkgs
unrtf: split man output
This commit is contained in:
parent
9340014c58
commit
36f7d498c9
|
@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
preConfigure = "./bootstrap";
|
||||
|
||||
outputs = [ "out" "man" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A converter from Rich Text Format to other formats";
|
||||
longDescription = ''
|
||||
|
|
Loading…
Reference in a new issue