mypy: use toPythonApplication
Top-level Python packages are applications, not libraries.
This commit is contained in:
@@ -8786,7 +8786,7 @@ with pkgs;
|
||||
|
||||
grabserial = callPackage ../development/tools/grabserial { };
|
||||
|
||||
mypy = python3Packages.mypy;
|
||||
mypy = with python3Packages; toPythonApplication mypy;
|
||||
|
||||
### DEVELOPMENT / LIBRARIES
|
||||
|
||||
|
||||
Reference in New Issue
Block a user