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 description = "Command-line tools for converting between MessagePack and JSON"; 40 homepage = "https://github.com/ludocode/msgpack-tools"; 41 license = licenses.mit; 42 - platforms = platforms.linux; 43 maintainers = with maintainers; [ alibabzo ]; 44 }; 45 }
··· 39 description = "Command-line tools for converting between MessagePack and JSON"; 40 homepage = "https://github.com/ludocode/msgpack-tools"; 41 license = licenses.mit; 42 + platforms = platforms.linux ++ platforms.darwin; 43 maintainers = with maintainers; [ alibabzo ]; 44 }; 45 }