Merge pull request #160990 from veprbl/pr/broken_oxen

oxen: mark as broken on darwin
This commit is contained in:
Bobby Rong 2022-02-26 19:50:10 +08:00 committed by GitHub
commit 426a50f0f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
};
}