freeswitch: unpin openssl_1_1

This commit is contained in:
Nick Cao
2023-02-06 10:14:02 +08:00
committed by Florian Brandes
parent 27e6db79a3
commit eb2667ec42

View File

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