pkgsStatic.ovn: add openssl to check deps

openssl is used to generate certificates for test services.
This commit is contained in:
Ihar Hrachyshka
2025-09-12 00:11:10 -04:00
parent 05fa15c83a
commit 18f2b735d3
+1
View File
@@ -77,6 +77,7 @@ stdenv.mkDerivation (finalAttrs: {
doCheck = true;
nativeCheckInputs = [
openssl # used to generate certificates used for test services
procps
];