about summary refs log tree commit diff
path: root/third_party/lisp
diff options
context:
space:
mode:
authorsterni <sternenseemann@systemli.org>2021-12-25T11·22+0100
committersterni <sternenseemann@systemli.org>2021-12-25T21·58+0000
commit1f6a75c99af6cfc789ffdc84f3bdb4cd349939d2 (patch)
tree385a6d5d66b3374c4d91e0ab0fdfad03b5074209 /third_party/lisp
parente9400403a555d99ece4028da4e46230ab6fb8c0b (diff)
chore(3p): bump NixOS channels to 2021-12-25 r/3404
* 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 <mail@tazj.in>
Diffstat (limited to 'third_party/lisp')
-rw-r--r--third_party/lisp/closer-mop.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/lisp/closer-mop.nix b/third_party/lisp/closer-mop.nix
index 145b9cfd43..419772ba97 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
+  ];
 }