mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-26 06:44:06 +00:00
mypy: use toPythonApplication
Top-level Python packages are applications, not libraries.
This commit is contained in:
parent
f68a5ec9b5
commit
5c3e607fb2
@ -8786,7 +8786,7 @@ with pkgs;
|
||||
|
||||
grabserial = callPackage ../development/tools/grabserial { };
|
||||
|
||||
mypy = python3Packages.mypy;
|
||||
mypy = with python3Packages; toPythonApplication mypy;
|
||||
|
||||
### DEVELOPMENT / LIBRARIES
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user