Merge pull request #303169 from aisamu/patch-1
msgpack-tools: include darwin
This commit is contained in:
commit
b89ef95785
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
|
|||
description = "Command-line tools for converting between MessagePack and JSON";
|
||||
homepage = "https://github.com/ludocode/msgpack-tools";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
maintainers = with maintainers; [ alibabzo ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue