mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 17:21:39 -05:00
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:
parent
f84d464f41
commit
95980c5e40
1 changed files with 1 additions and 4 deletions
|
@ -870,10 +870,7 @@ self: super:
|
||||||
# is64bit: unfortunately the build would exhaust all possible memory on i686-linux.
|
# is64bit: unfortunately the build would exhaust all possible memory on i686-linux.
|
||||||
stdenv.buildPlatform.is64bit
|
stdenv.buildPlatform.is64bit
|
||||||
# Derivation fails to build since v0.900 if mypyc is enabled.
|
# Derivation fails to build since v0.900 if mypyc is enabled.
|
||||||
&& (
|
&& lib.strings.versionOlder old.version "0.900";
|
||||||
lib.strings.versionOlder old.version "0.900"
|
|
||||||
|| lib.strings.versionAtLeast old.version "0.910"
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue