openvswitch: use openssl 1.0.2 for the time being
This commit is contained in:
parent
b4ef7bb49c
commit
2f5205c036
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue