openpa: expand platforms to unix

wip/yesman
Ben Siraphob 3 years ago
parent 6d567e072e
commit 8529cfe268
  1. 2
      pkgs/development/libraries/openpa/default.nix

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
homepage = "https://trac.mpich.org/projects/openpa";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ leenaars ];
platforms = with lib.platforms; linux;
platforms = lib.platforms.unix;
longDescription = ''
OPA (or sometimes OpenPA or Open Portable Atomics) is an
open source library intended to provide a consistent C API for performing

Loading…
Cancel
Save