oxen: mark as broken on darwin
This commit is contained in:
parent
e525f6dcbb
commit
015845aa4b
1 changed files with 4 additions and 3 deletions
|
@ -59,9 +59,10 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Private cryptocurrency based on Monero";
|
description = "Private cryptocurrency based on Monero";
|
||||||
homepage = "https://oxen.io/";
|
homepage = "https://oxen.io/";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = [ maintainers.viric ];
|
maintainers = [ maintainers.viric ];
|
||||||
|
broken = stdenv.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/oxen.x86_64-darwin
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue