msgpack-tools: include darwin

This commit is contained in:
Samuel Tschiedel 2024-04-10 14:57:14 -03:00 committed by Weijia Wang
parent ddcd5f2762
commit 2a30fa8ccb

View File

@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
description = "Command-line tools for converting between MessagePack and JSON"; description = "Command-line tools for converting between MessagePack and JSON";
homepage = "https://github.com/ludocode/msgpack-tools"; homepage = "https://github.com/ludocode/msgpack-tools";
license = licenses.mit; license = licenses.mit;
platforms = platforms.linux; platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ alibabzo ]; maintainers = with maintainers; [ alibabzo ];
}; };
} }