Skip to content

Commit

Permalink
Merge pull request #180234 from andrew-d/andrew/twisted-pyopenssl-aar…
Browse files Browse the repository at this point in the history
…ch64-darwin

python310Packages.twisted: remove pyOpenSSL checkInput on aarch64-darwin
  • Loading branch information
SuperSandro2000 committed Jul 7, 2022
2 parents 7bf7571 + ddcb3f9 commit ccf89af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/development/python-modules/twisted/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@ buildPythonPackage rec {
pyhamcrest
]
++ passthru.optional-dependencies.conch
++ passthru.optional-dependencies.tls;
# not supported on aarch64-darwin: https://github.com/pyca/pyopenssl/issues/873
++ lib.optionals (!(stdenv.isDarwin && stdenv.isAarch64)) passthru.optional-dependencies.tls;

checkPhase = ''
export SOURCE_DATE_EPOCH=315532800
Expand Down

0 comments on commit ccf89af

Please sign in to comment.