Merge pull request #172397 from SuperSandro2000/pyopenssl
python310Packages.pyopenssl: mark broken on aarch64-darwin
This commit is contained in:
commit
4cabec0dd2
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user