mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
rdma-core: remove unused build inputs (#498294)
This commit is contained in:
commit
1f5181f0a0
1 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue