nixpkgs/pkgs/development/python-modules/mypy
Vladimír Čunát 95f685da60 python3Packages.mypy: don't use mypyc on 32-bit platforms
Almost all i686-linux tests got blocked because of this problem:
  https://hydra.nixos.org/eval/1638038#tabs-now-fail
It regressed in PR #105462 (commit ad26cb9ee8).

Now I tested that at least some test got fixed:
  nix build -f nixos/release-combined.nix nixos.tests.knot.i686-linux
This change won't even cause any rebuild on 64-bit platforms,
and using nix booleans seems nicer anyway.
2020-12-30 11:29:09 +01:00
..
default.nix python3Packages.mypy: don't use mypyc on 32-bit platforms 2020-12-30 11:29:09 +01:00
extensions.nix