Unverified Commit 14d963ec authored by Martin Weinelt's avatar Martin Weinelt
Browse files

sbcl: mark broken on x86_64-darwin

This job has been broken since 2025-09.
parent b55127ca
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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