about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/dns
diff options
context:
space:
mode:
authorMalo Bourgon <mbourgon@gmail.com>2022-05-13 16:48:49 -0700
committerVincent Laporte <vbgl@users.noreply.github.com>2022-05-14 11:31:07 +0200
commitf7ef6329bb21c02342f315201eec0f71e50c0c4c (patch)
tree3b571f5273d3dab21001e0700de7c5fdb5ea9293 /pkgs/development/ocaml-modules/dns
parent9ae882c6a97dde19f22c7c911844c8f4fd4bd0cf (diff)
ocamlPackages: add meta.mainProgram to many packages
Diffstat (limited to 'pkgs/development/ocaml-modules/dns')
-rw-r--r--pkgs/development/ocaml-modules/dns/client.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/ocaml-modules/dns/client.nix b/pkgs/development/ocaml-modules/dns/client.nix
index a6dc40de24eae..5178360f7b50a 100644
--- a/pkgs/development/ocaml-modules/dns/client.nix
+++ b/pkgs/development/ocaml-modules/dns/client.nix
@@ -16,5 +16,6 @@ buildDunePackage {
 
   meta = dns.meta // {
     description = "Pure DNS resolver API";
+    mainProgram = "dns-client.unix";
   };
 }