openvswitch: use openssl 1.0.2 for the time being

This commit is contained in:
Andreas Rammhold
2019-07-29 21:25:13 +02:00
committed by Robin Gloster
parent b4ef7bb49c
commit 2f5205c036
+3 -1
View File
@@ -5172,7 +5172,9 @@ in
opentracing-cpp = callPackage ../development/libraries/opentracing-cpp { };
openvswitch = callPackage ../os-specific/linux/openvswitch { };
openvswitch = callPackage ../os-specific/linux/openvswitch {
openssl = openssl_1_0_2;
};
optipng = callPackage ../tools/graphics/optipng {
libpng = libpng12;