oxen: mark broken

`oxen` fails to build for more than a year: https://hydra.nixos.org/build/224480125
This commit is contained in:
Sergei Trofimovich 2023-06-20 23:43:19 +01:00
parent 3556804b33
commit 0e76255e20

View File

@ -62,6 +62,7 @@ stdenv.mkDerivation rec {
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
# Fails to build on gcc-10 due to boost being built with gcc-12.
broken = true;
};
}