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.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/text/unrtf/default.nix b/pkgs/tools/text/unrtf/default.nix
index 3357404a7d3c..4395c0f6e941 100644
--- a/pkgs/tools/text/unrtf/default.nix
+++ b/pkgs/tools/text/unrtf/default.nix
@@ -19,6 +19,7 @@ stdenv.mkDerivation rec {
 
   meta = with lib; {
     description = "A converter from Rich Text Format to other formats";
+    mainProgram = "unrtf";
     longDescription = ''
       UnRTF converts documents in Rich Text Format to other
       formats, including HTML, LaTeX, and RTF itself.