msgpuck: expand platforms to all
This commit is contained in:
parent
24c065773b
commit
503d637bab
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "A simple and efficient MsgPack binary serialization library in a self-contained header file";
|
description = "A simple and efficient MsgPack binary serialization library in a self-contained header file";
|
||||||
homepage = "https://github.com/rtsisyk/msgpuck";
|
homepage = "https://github.com/rtsisyk/msgpuck";
|
||||||
license = licenses.bsd2;
|
license = licenses.bsd2;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ izorkin ];
|
maintainers = with maintainers; [ izorkin ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue