msgpuck: expand platforms to all

This commit is contained in:
Ben Siraphob 2021-03-12 12:20:36 +07:00
parent 24c065773b
commit 503d637bab

View file

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