mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-05 13:23:17 +00:00
rdma-core: fix platform flag
This commit is contained in:
parent
dcdaea355a
commit
7c554c13ee
@ -29,6 +29,7 @@ in stdenv.mkDerivation {
|
||||
description = "RDMA Core Userspace Libraries and Daemons";
|
||||
homepage = https://github.com/linux-rdma/rdma-core;
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ markuskowa ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user