about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/python-modules/amarna/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/python-modules/amarna/default.nix')
-rw-r--r--nixpkgs/pkgs/development/python-modules/amarna/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/development/python-modules/amarna/default.nix b/nixpkgs/pkgs/development/python-modules/amarna/default.nix
index 778a585a69f1..d9587d11ee48 100644
--- a/nixpkgs/pkgs/development/python-modules/amarna/default.nix
+++ b/nixpkgs/pkgs/development/python-modules/amarna/default.nix
@@ -36,6 +36,7 @@ buildPythonPackage rec {
 
   meta = with lib; {
     description = "Static-analyzer and linter for the Cairo programming language";
+    mainProgram = "amarna";
     homepage = "https://github.com/crytic/amarna";
     license = licenses.agpl3Only;
     maintainers = with maintainers; [ raitobezarius ];