From 1f6a75c99af6cfc789ffdc84f3bdb4cd349939d2 Mon Sep 17 00:00:00 2001 From: sterni Date: Sat, 25 Dec 2021 12:22:04 +0100 Subject: chore(3p): bump NixOS channels to 2021-12-25 * 3p/lisp/closer-mop: closer-mop no longer builds with ECL (see linked issue), so let's mark it as broken for now. Change-Id: I97c29d718682cec4ecc682ff1593d0ce9aca0010 Reviewed-on: https://cl.tvl.fyi/c/depot/+/4607 Tested-by: BuildkiteCI Reviewed-by: tazjin --- third_party/lisp/closer-mop.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'third_party/lisp') diff --git a/third_party/lisp/closer-mop.nix b/third_party/lisp/closer-mop.nix index 145b9cfd4325..419772ba97c3 100644 --- a/third_party/lisp/closer-mop.nix +++ b/third_party/lisp/closer-mop.nix @@ -16,4 +16,8 @@ in depot.nix.buildLisp.library { ccl = "${src}/closer-clozure.lisp"; } ]; + + brokenOn = [ + "ecl" # https://github.com/pcostanza/closer-mop/issues/20 + ]; } -- cgit 1.4.1