about summary refs log tree commit diff
path: root/third_party/lisp/ironclad.nix
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/lisp/ironclad.nix')
-rw-r--r--third_party/lisp/ironclad.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/lisp/ironclad.nix b/third_party/lisp/ironclad.nix
index fe0e052c32..cdd829924e 100644
--- a/third_party/lisp/ironclad.nix
+++ b/third_party/lisp/ironclad.nix
@@ -43,6 +43,8 @@ in depot.nix.buildLisp.library {
     { sbcl = getSrc "opt/sbcl/x86oid-vm.lisp"; }
 
     { ecl = getSrc "opt/ecl/c-functions.lisp"; }
+
+    { ccl = getSrc "opt/ccl/x86oid-vm.lisp"; }
   ] ++ map getSrc [
 
     "common.lisp"