Merge pull request #214860 from NickCao/freeswitch-ossl

freeswitch: unpin openssl_1_1
This commit is contained in:
ajs124 2023-02-07 15:44:18 +01:00 committed by GitHub
commit e75e723427
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24388,7 +24388,6 @@ with pkgs;
freeswitch = callPackage ../servers/sip/freeswitch {
inherit (darwin.apple_sdk.frameworks) SystemConfiguration;
openssl = openssl_1_1;
};
fusionInventory = callPackage ../servers/monitoring/fusion-inventory { };