Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@
# nothing to pass) and `cl-weave` (which is not, so it is passed). The
# ASDF system name carries a slash; `pname` cannot, since it becomes a
# store path component.
clPrologWeaveSystem =
clPrologKitWeaveSystem =
ctx: lisp:
siblingSystem ctx {
pname = "cl-prolog-kit-weave";
Expand Down Expand Up @@ -364,7 +364,7 @@
# and ECL alike, which is what makes the ECL check below possible.
coreTestSystems = ctx: lisp: [
(clWeaveSystem ctx lisp)
(clPrologWeaveSystem ctx lisp)
(clPrologKitWeaveSystem ctx lisp)
(clJsonKitSystem ctx lisp)
];

Expand Down