about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/jsonm/default.nix
diff options
context:
space:
mode:
authorMalo Bourgon <mbourgon@gmail.com>2022-05-09 10:30:27 -0700
committerVincent Laporte <vbgl@users.noreply.github.com>2022-05-11 09:02:37 +0200
commitb1de4bf60f955ed59adb2d8878eb0b5d55fb1b4e (patch)
tree0c0fdff97b491066a863d471c5914f68225e6133 /pkgs/development/ocaml-modules/jsonm/default.nix
parentf770655390a7e450b5de299ec5d458da58b43b2b (diff)
ocamlPackages: add meta.mainProgram to many packages
Diffstat (limited to 'pkgs/development/ocaml-modules/jsonm/default.nix')
-rw-r--r--pkgs/development/ocaml-modules/jsonm/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/ocaml-modules/jsonm/default.nix b/pkgs/development/ocaml-modules/jsonm/default.nix
index 2b9c9918382b4..d29b19b3b400f 100644
--- a/pkgs/development/ocaml-modules/jsonm/default.nix
+++ b/pkgs/development/ocaml-modules/jsonm/default.nix
@@ -22,6 +22,7 @@ stdenv.mkDerivation rec {
     homepage = "https://erratique.ch/software/jsonm";
     license = lib.licenses.bsd3;
     maintainers = with lib.maintainers; [ vbgl ];
+    mainProgram = "jsontrip";
     platforms = ocaml.meta.platforms or [];
   };
 }