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