rdma-core: fix platform flag

This commit is contained in:
Markus Kowalewski 2018-01-28 12:16:12 -08:00
parent dcdaea355a
commit 7c554c13ee
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -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 ];
};
}