mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-04 11:15:12 +00:00
quill: pin to openssl_1_1
This commit is contained in:
parent
60283ad953
commit
dee738a1d0
@ -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 {};
|
||||
|
Loading…
Reference in New Issue
Block a user