about summary refs log tree commit diff
path: root/pkgs/applications/science/logic/leo3/binary.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/science/logic/leo3/binary.nix')
-rw-r--r--pkgs/applications/science/logic/leo3/binary.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/science/logic/leo3/binary.nix b/pkgs/applications/science/logic/leo3/binary.nix
index 332b28db5fb6..0cdf8a4dc210 100644
--- a/pkgs/applications/science/logic/leo3/binary.nix
+++ b/pkgs/applications/science/logic/leo3/binary.nix
@@ -20,6 +20,7 @@ stdenv.mkDerivation rec {
 
   meta = with lib; {
     description = "An automated theorem prover for classical higher-order logic with choice";
+    mainProgram = "leo3";
     sourceProvenance = with sourceTypes; [ binaryBytecode ];
     license = licenses.bsd3;
     maintainers = [maintainers.raskin];