about summary refs log tree commit diff
path: root/pkgs/tools/text/unrtf/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/text/unrtf/default.nix')
-rw-r--r--pkgs/tools/text/unrtf/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/tools/text/unrtf/default.nix b/pkgs/tools/text/unrtf/default.nix
index c2b845064d914..b1d8525c4da3b 100644
--- a/pkgs/tools/text/unrtf/default.nix
+++ b/pkgs/tools/text/unrtf/default.nix
@@ -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 = ''