1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-05 20:12:52 +00:00

mypy: use toPythonApplication

Top-level Python packages are applications, not libraries.
This commit is contained in:
Frederik Rietdijk 2018-08-25 08:01:19 +02:00
parent f68a5ec9b5
commit 5c3e607fb2

View file

@ -8786,7 +8786,7 @@ with pkgs;
grabserial = callPackage ../development/tools/grabserial { };
mypy = python3Packages.mypy;
mypy = with python3Packages; toPythonApplication mypy;
### DEVELOPMENT / LIBRARIES