Unverified Commit 5a40dc74 authored by Stefan Frijters's avatar Stefan Frijters
Browse files

openvswitch: set and fix strictDeps

Fixes

$ cat build/source/tests/ovs-pki.log
./utilities/ovs-pki.in: line 385: openssl: command not found
parent 00b55f30
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -52,6 +52,8 @@ stdenv.mkDerivation (finalAttrs: {
    ./patches/disable-bash-arg-completion-test.patch
  ];

  strictDeps = true;

  nativeBuildInputs = [
    autoconf
    automake
@@ -129,6 +131,7 @@ stdenv.mkDerivation (finalAttrs: {

  nativeCheckInputs = [
    iproute2
    openssl
  ]
  ++ (with python3.pkgs; [
    netaddr