lol

msgpack-tools: include darwin

authored by

Samuel Tschiedel and committed by
Weijia Wang
2a30fa8c ddcd5f27

+1 -1
+1 -1
pkgs/development/tools/msgpack-tools/default.nix
··· 39 39 description = "Command-line tools for converting between MessagePack and JSON"; 40 40 homepage = "https://github.com/ludocode/msgpack-tools"; 41 41 license = licenses.mit; 42 - platforms = platforms.linux; 42 + platforms = platforms.linux ++ platforms.darwin; 43 43 maintainers = with maintainers; [ alibabzo ]; 44 44 }; 45 45 }