mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-21 13:13:33 +00:00
freeswitch: pin to openssl_1_1
This commit is contained in:
parent
bf95b6e456
commit
1c6327d79d
@ -22482,6 +22482,7 @@ with pkgs;
|
||||
|
||||
freeswitch = callPackage ../servers/sip/freeswitch {
|
||||
inherit (darwin.apple_sdk.frameworks) SystemConfiguration;
|
||||
openssl = openssl_1_1;
|
||||
};
|
||||
|
||||
fusionInventory = callPackage ../servers/monitoring/fusion-inventory { };
|
||||
|
Loading…
Reference in New Issue
Block a user