Merge pull request #221955 from viraptor/darwin-m2crypto

python310Packages.m2crypto: fix darwin build
This commit is contained in:
Stanisław Pitucha 2023-03-20 21:13:11 +11:00 committed by GitHub
commit 3efc0d4992
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,6 +34,11 @@ buildPythonPackage rec {
url = "https://src.fedoraproject.org/rpms/m2crypto/raw/42951285c800f72e0f0511cec39a7f49e970a05c/f/m2crypto-0.38-ossl3-tests-evp.patch";
hash = "sha256-jMUAphVBQMFaOJSeYUCQMV3WSe9VDQqG6GY5fDQXZnA=";
})
# Fix the readline test https://gitlab.com/m2crypto/m2crypto/-/issues/286
(fetchpatch {
url = "https://gitlab.com/m2crypto/m2crypto/-/commit/b8addc7ad9990d1ba3786830ebd74aa8c939849d.patch";
hash = "sha256-M5mrmJVCT0fASvERLKa/MR+EY2hzRGIkyUfguVBPKNk=";
})
];
nativeBuildInputs = [ swig2 openssl ];