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";
|
description = "RDMA Core Userspace Libraries and Daemons";
|
||||||
homepage = https://github.com/linux-rdma/rdma-core;
|
homepage = https://github.com/linux-rdma/rdma-core;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ markuskowa ];
|
maintainers = with maintainers; [ markuskowa ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user