ovftool: pin to libressl 3.4

This commit is contained in:
ajs124 2022-07-07 00:09:56 +02:00
parent 6f96422524
commit 2d11af56f5

View File

@ -9355,7 +9355,9 @@ with pkgs;
otpw = callPackage ../os-specific/linux/otpw { };
ovftool = callPackage ../tools/virtualization/ovftool { };
ovftool = callPackage ../tools/virtualization/ovftool {
libressl = libressl_3_4;
};
overcommit = callPackage ../development/tools/overcommit { };