ovn: remove explicit gnused check dependency

It's part of stdenv.
This commit is contained in:
Ihar Hrachyshka
2025-09-11 22:28:00 -04:00
parent 468cd45f72
commit 3fdb462a11
-2
View File
@@ -3,7 +3,6 @@
stdenv,
fetchFromGitHub,
autoreconfHook,
gnused,
libbpf,
libcap_ng,
nix-update-script,
@@ -78,7 +77,6 @@ stdenv.mkDerivation rec {
doCheck = true;
nativeCheckInputs = [
gnused
procps
];