python3Packages.pycurl: Fix build on aarch64-darwin
This commit is contained in:
parent
b207142dcc
commit
8940480542
1 changed files with 4 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
{ lib
|
||||
, stdenv
|
||||
, buildPythonPackage
|
||||
, isPyPy
|
||||
, fetchPypi
|
||||
|
@ -72,6 +73,9 @@ buildPythonPackage rec {
|
|||
"test_libcurl_ssl_gnutls"
|
||||
# AssertionError: assert 'crypto' in ['curl']
|
||||
"test_ssl_in_static_libs"
|
||||
] ++ lib.optionals (stdenv.isDarwin && stdenv.isAarch64) [
|
||||
# Fatal Python error: Segmentation fault
|
||||
"cadata_test"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue