about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/csv/csvtool.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/ocaml-modules/csv/csvtool.nix')
-rw-r--r--pkgs/development/ocaml-modules/csv/csvtool.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/ocaml-modules/csv/csvtool.nix b/pkgs/development/ocaml-modules/csv/csvtool.nix
index 05d9a440f9c14..f5a6f458bfa2e 100644
--- a/pkgs/development/ocaml-modules/csv/csvtool.nix
+++ b/pkgs/development/ocaml-modules/csv/csvtool.nix
@@ -14,5 +14,6 @@ buildDunePackage {
 
   meta = csv.meta // {
     description = "Command line tool for handling CSV files";
+    mainProgram = "csvtool";
   };
 }