Merge pull request #172397 from SuperSandro2000/pyopenssl

python310Packages.pyopenssl: mark broken on aarch64-darwin
This commit is contained in:
Sandro 2022-05-11 01:42:05 +02:00 committed by GitHub
commit 4cabec0dd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,5 +74,7 @@ buildPythonPackage rec {
homepage = "https://github.com/pyca/pyopenssl";
license = licenses.asl20;
maintainers = with maintainers; [ SuperSandro2000 ];
# https://github.com/pyca/pyopenssl/issues/873
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}