oxen: mark as broken on darwin

This commit is contained in:
Dmitry Kalinkin 2022-02-19 20:36:11 -05:00
parent e525f6dcbb
commit 015845aa4b
No known key found for this signature in database
GPG key ID: 5157B3EC8B2CA333

View file

@ -59,9 +59,10 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Private cryptocurrency based on Monero";
homepage = "https://oxen.io/";
license = licenses.bsd3;
platforms = platforms.all;
homepage = "https://oxen.io/";
license = licenses.bsd3;
platforms = platforms.all;
maintainers = [ maintainers.viric ];
broken = stdenv.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/oxen.x86_64-darwin
};
}