tunnelto: pin to openssl_1_1

This commit is contained in:
Anthony Roussel 2022-09-10 14:19:12 +02:00
parent 2a5bb722e9
commit e3755a384c
No known key found for this signature in database
GPG Key ID: 9DC4987B1A55E75E

View File

@ -11800,6 +11800,7 @@ with pkgs;
tunnelto = callPackage ../tools/networking/tunnelto {
inherit (darwin.apple_sdk.frameworks) Security;
openssl = openssl_1_1;
};
tuptime = callPackage ../tools/system/tuptime { };