Commit 18f2b735 authored by Ihar Hrachyshka's avatar Ihar Hrachyshka
Browse files

pkgsStatic.ovn: add openssl to check deps

openssl is used to generate certificates for test services.
parent 05fa15c8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -77,6 +77,7 @@ stdenv.mkDerivation (finalAttrs: {
  doCheck = true;

  nativeCheckInputs = [
    openssl # used to generate certificates used for test services
    procps
  ];