Merge pull request #151753 from elohmeier/frozendict-py39fix
python39Packages.frozendict: fix build on non-x86_64 systems
This commit is contained in:
commit
12f1b91685
1 changed files with 5 additions and 0 deletions
|
@ -18,6 +18,11 @@ buildPythonPackage rec {
|
|||
sha256 = "0189168749ddea8601afd648146c502533f93ae33840eb76cd71f694742623cd";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
# fixes build on non-x86_64 architectures
|
||||
rm frozendict/src/3_9/cpython_src/Include/pyconfig.h
|
||||
'';
|
||||
|
||||
pythonImportsCheck = [
|
||||
"frozendict"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue