mypy: set mainProgram

This commit is contained in:
Jörg Thalheim 2023-08-12 07:24:47 +02:00
parent ac7f471098
commit 01cde27a07

View File

@ -125,6 +125,7 @@ buildPythonPackage rec {
description = "Optional static typing for Python";
homepage = "https://www.mypy-lang.org";
license = licenses.mit;
mainProgram = "mypy";
maintainers = with maintainers; [ martingms lnl7 ];
};
}