coturn: use openssl_1_1
This commit is contained in:
@@ -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 {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user