forked from mirrors/nixpkgs
matrix-synapse.tools.rust-synapse-compress-state: Mark broken on darwin
This commit is contained in:
parent
476988ab10
commit
0d10c31f2d
|
@ -1,4 +1,4 @@
|
|||
{ lib, rustPlatform, python3, fetchFromGitHub, pkg-config, openssl }:
|
||||
{ lib, stdenv, rustPlatform, python3, fetchFromGitHub, pkg-config, openssl }:
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "rust-synapse-compress-state";
|
||||
|
@ -22,6 +22,7 @@ rustPlatform.buildRustPackage rec {
|
|||
buildInputs = [ openssl ];
|
||||
|
||||
meta = with lib; {
|
||||
broken = stdenv.isDarwin;
|
||||
description = "A tool to compress some state in a Synapse instance's database";
|
||||
homepage = "https://github.com/matrix-org/rust-synapse-compress-state";
|
||||
license = licenses.asl20;
|
||||
|
|
Loading…
Reference in a new issue