Revert "feat: Re-enable mypyc from version 0.910"

See discussion on
<https://github.com/nix-community/poetry2nix/pull/428>.

This reverts commit 0b9f3e19f4.
This commit is contained in:
Victor Engmark 2021-11-18 10:40:56 +13:00
parent f84d464f41
commit 95980c5e40

View file

@ -870,10 +870,7 @@ self: super:
# is64bit: unfortunately the build would exhaust all possible memory on i686-linux.
stdenv.buildPlatform.is64bit
# Derivation fails to build since v0.900 if mypyc is enabled.
&& (
lib.strings.versionOlder old.version "0.900"
|| lib.strings.versionAtLeast old.version "0.910"
);
&& lib.strings.versionOlder old.version "0.900";
}
);