3
0
Fork 0
forked from mirrors/nixpkgs

python3.pkgs.cryptography: use openssl_1_1

This commit is contained in:
ajs124 2022-04-03 22:42:33 +01:00
parent af91144ef5
commit 8b1f16573c

View file

@ -2086,6 +2086,7 @@ in {
cryptography = callPackage ../development/python-modules/cryptography {
inherit (pkgs.darwin) libiconv;
inherit (pkgs.darwin.apple_sdk.frameworks) Security;
openssl = pkgs.openssl_1_1;
};
cryptolyzer = callPackage ../development/python-modules/cryptolyzer { };