openpa: expand platforms to unix
This commit is contained in:
parent
6d567e072e
commit
8529cfe268
|
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
||||||
homepage = "https://trac.mpich.org/projects/openpa";
|
homepage = "https://trac.mpich.org/projects/openpa";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = with lib.maintainers; [ leenaars ];
|
maintainers = with lib.maintainers; [ leenaars ];
|
||||||
platforms = with lib.platforms; linux;
|
platforms = lib.platforms.unix;
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
OPA (or sometimes OpenPA or Open Portable Atomics) is an
|
OPA (or sometimes OpenPA or Open Portable Atomics) is an
|
||||||
open source library intended to provide a consistent C API for performing
|
open source library intended to provide a consistent C API for performing
|
||||||
|
|
Loading…
Reference in New Issue