dovecot_fts_xapian: mark as broken on darwin
This commit is contained in:
parent
ad86f7d78f
commit
24c986c1c1
1 changed files with 1 additions and 0 deletions
|
@ -31,5 +31,6 @@ stdenv.mkDerivation rec {
|
||||||
license = licenses.lgpl21Only;
|
license = licenses.lgpl21Only;
|
||||||
maintainers = with maintainers; [ julm symphorien ];
|
maintainers = with maintainers; [ julm symphorien ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
broken = stdenv.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/dovecot_fts_xapian.x86_64-darwin
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue