matrix-synapse.tools.rust-synapse-compress-state: Mark broken on darwin

+2 -1
+2 -1
pkgs/servers/matrix-synapse/tools/rust-synapse-compress-state.nix
··· 1 - { lib, rustPlatform, python3, fetchFromGitHub, pkg-config, openssl }: 1 + { lib, stdenv, rustPlatform, python3, fetchFromGitHub, pkg-config, openssl }: 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "rust-synapse-compress-state"; ··· 22 22 buildInputs = [ openssl ]; 23 23 24 24 meta = with lib; { 25 + broken = stdenv.isDarwin; 25 26 description = "A tool to compress some state in a Synapse instance's database"; 26 27 homepage = "https://github.com/matrix-org/rust-synapse-compress-state"; 27 28 license = licenses.asl20;