about summary refs log tree commit diff
path: root/pkgs/development/tools/java/jextract/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/java/jextract/default.nix')
-rw-r--r--pkgs/development/tools/java/jextract/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/tools/java/jextract/default.nix b/pkgs/development/tools/java/jextract/default.nix
index d4b514d43fef..45879c8c64cc 100644
--- a/pkgs/development/tools/java/jextract/default.nix
+++ b/pkgs/development/tools/java/jextract/default.nix
@@ -89,6 +89,7 @@ stdenv.mkDerivation {
 
   meta = with lib; {
     description = "A tool which mechanically generates Java bindings from a native library headers";
+    mainProgram = "jextract";
     homepage = "https://github.com/openjdk/jextract";
     license = licenses.gpl2Only;
     maintainers = with maintainers; [ sharzy ];