Merge pull request #303169 from aisamu/patch-1
msgpack-tools: include darwin
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user