openvswitch: set and fix strictDeps

Fixes

$ cat build/source/tests/ovs-pki.log
./utilities/ovs-pki.in: line 385: openssl: command not found
This commit is contained in:
Stefan Frijters
2026-02-01 20:05:53 +01:00
parent 00b55f30c4
commit 5a40dc747f
+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