rdma-core: remove unused build inputs

ethtool and iproute2 are listed in the "recommends" section
of upstream's [packaging docs]. they aren't actually used by
rdma-core, and don't appear in its runtime closure. it's better
read as "if you find rdma-core useful, you should also check out
{iproute2,ethtool,...}".

[packaging docs]: https://github.com/linux-rdma/rdma-core/blob/f5442854eccd4cc9d1f20bf200171c26e6859381/debian/control#L32
This commit is contained in:
Colin
2026-03-09 17:24:26 +00:00
parent da4ca7c0f5
commit 5e0c9d14ad
-4
View File
@@ -6,8 +6,6 @@
pkg-config,
docutils,
pandoc,
ethtool,
iproute2,
libnl,
udev,
udevCheckHook,
@@ -44,8 +42,6 @@ stdenv.mkDerivation (finalAttrs: {
];
buildInputs = [
ethtool
iproute2
libnl
perl
udev