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 <mail@tazj.in>
This commit is contained in:
parent
e9400403a5
commit
1f6a75c99a
2 changed files with 10 additions and 6 deletions
4
third_party/lisp/closer-mop.nix
vendored
4
third_party/lisp/closer-mop.nix
vendored
|
|
@ -16,4 +16,8 @@ in depot.nix.buildLisp.library {
|
|||
ccl = "${src}/closer-clozure.lisp";
|
||||
}
|
||||
];
|
||||
|
||||
brokenOn = [
|
||||
"ecl" # https://github.com/pcostanza/closer-mop/issues/20
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue