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
commit b89ef95785
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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 ];
};
}