dovecot_fts_xapian: mark as broken on darwin

This commit is contained in:
Dmitry Kalinkin 2021-12-28 18:18:29 -05:00
parent ad86f7d78f
commit 24c986c1c1
No known key found for this signature in database
GPG Key ID: 5157B3EC8B2CA333

View File

@ -31,5 +31,6 @@ stdenv.mkDerivation rec {
license = licenses.lgpl21Only;
maintainers = with maintainers; [ julm symphorien ];
platforms = platforms.unix;
broken = stdenv.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/dovecot_fts_xapian.x86_64-darwin
};
}