python3Packages.greenlet: Fix build on powerpc64*
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{
|
||||
stdenv,
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchPypi,
|
||||
@@ -35,6 +36,9 @@ let
|
||||
unittestCheckHook
|
||||
];
|
||||
|
||||
# https://github.com/python-greenlet/greenlet/issues/395
|
||||
env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.hostPlatform.isPower64 "-fomit-frame-pointer";
|
||||
|
||||
preCheck = ''
|
||||
pushd ${placeholder "out"}/${python.sitePackages}
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user