mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
rdma-core: add static platforms to badPlatforms
rdma makes use of `dlopen` internally to load a "provider" plugin based on the nic (intel, broadcom, etc). that's fundamentally incompatible with static builds.
This commit is contained in:
@@ -78,6 +78,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://github.com/linux-rdma/rdma-core";
|
||||
license = lib.licenses.gpl2Only;
|
||||
platforms = lib.platforms.linux;
|
||||
badPlatforms = [ lib.systems.inspect.platformPatterns.isStatic ];
|
||||
maintainers = [ lib.maintainers.markuskowa ];
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user