openvswitch: set and fix strictDeps (#485999)

This commit is contained in:
Adam C. Stephens
2026-02-01 21:38:14 +00:00
committed by GitHub
+3
View File
@@ -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