Merge pull request #303169 from aisamu/patch-1

msgpack-tools: include darwin
This commit is contained in:
Weijia Wang
2024-04-22 05:51:33 +02:00
committed by GitHub
@@ -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 ];
};
}