Merge pull request #238841 from trofi/oxen-mark-broken

oxen: mark broken

authored by Weijia Wang and committed by GitHub 526bb1a7 d145b595

+2 -1
+2 -1
pkgs/applications/blockchains/oxen/default.nix
··· 62 62 license = licenses.bsd3; 63 63 platforms = platforms.all; 64 64 maintainers = [ maintainers.viric ]; 65 - broken = stdenv.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/oxen.x86_64-darwin 65 + # Fails to build on gcc-10 due to boost being built with gcc-12. 66 + broken = true; 66 67 }; 67 68 }