msgpuck: expand platforms to all

wip/yesman
Ben Siraphob 3 years ago
parent 24c065773b
commit 503d637bab
  1. 2
      pkgs/development/libraries/msgpuck/default.nix

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
description = "A simple and efficient MsgPack binary serialization library in a self-contained header file";
homepage = "https://github.com/rtsisyk/msgpuck";
license = licenses.bsd2;
platforms = platforms.linux;
platforms = platforms.all;
maintainers = with maintainers; [ izorkin ];
};
}

Loading…
Cancel
Save