quill: pin to openssl_1_1

This commit is contained in:
Anthony Roussel 2022-09-11 00:09:44 +02:00
parent 60283ad953
commit dee738a1d0
No known key found for this signature in database
GPG Key ID: 9DC4987B1A55E75E

View File

@ -21327,6 +21327,7 @@ with pkgs;
quill = callPackage ../tools/security/quill {
inherit (darwin.apple_sdk.frameworks) Security;
openssl = openssl_1_1;
};
qv2ray = libsForQt5.callPackage ../applications/networking/qv2ray {};