Unverified Commit 60fcab38 authored by Adam C. Stephens's avatar Adam C. Stephens Committed by GitHub
Browse files

openvswitch: set and fix strictDeps (#485999)

parents 57cad32f 5a40dc74
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