sbcl: mark broken on x86_64-darwin (#486138)

This commit is contained in:
7c6f434c
2026-02-02 05:46:37 +00:00
committed by GitHub
@@ -316,6 +316,8 @@ stdenv.mkDerivation (self: {
__darwinAllowLocalNetworking = true;
meta = {
# Broken since 2025-09-05 https://hydra.nixos.org/job/nixpkgs/staging-next/sbcl.x86_64-darwin
broken = stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64;
description = "Common Lisp compiler";
homepage = "https://sbcl.org";
license = lib.licenses.publicDomain; # and FreeBSD