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

oxen: mark broken
This commit is contained in:
Weijia Wang 2023-06-21 09:44:14 +03:00 committed by GitHub
commit 526bb1a721
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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