mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
rdma-core: add static platforms to badPlatforms (#524621)
This commit is contained in:
commit
a61775778e
1 changed files with 1 additions and 0 deletions
|
|
@ -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 ];
|
||||
};
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue