lol

Merge pull request #248642 from Mic92/mypy

mypy: set mainProgram

authored by

Weijia Wang and committed by
GitHub
0584aa0d c9f1cf79

+1
+1
pkgs/development/python-modules/mypy/default.nix
··· 125 125 description = "Optional static typing for Python"; 126 126 homepage = "https://www.mypy-lang.org"; 127 127 license = licenses.mit; 128 + mainProgram = "mypy"; 128 129 maintainers = with maintainers; [ martingms lnl7 ]; 129 130 }; 130 131 }