mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
libpcap: enable RDMA for all supported platforms (#524657)
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
pkg-config,
|
||||
rdma-core,
|
||||
withBluez ? false,
|
||||
withRdma ? false,
|
||||
withRdma ? lib.meta.availableOn stdenv.hostPlatform rdma-core,
|
||||
withRemote ? false,
|
||||
|
||||
# for passthru.tests
|
||||
|
||||
Reference in New Issue
Block a user