coturn: use openssl_1_1

This commit is contained in:
ajs124
2022-08-17 20:16:19 +02:00
parent 498d67e45e
commit 7cf34b26e9
+3 -1
View File
@@ -3410,7 +3410,9 @@ with pkgs;
cot = with python3Packages; toPythonApplication cot;
coturn = callPackage ../servers/coturn { };
coturn = callPackage ../servers/coturn {
openssl = openssl_1_1;
};
coursier = callPackage ../development/tools/coursier {};