diff options
Diffstat (limited to 'third_party/lisp/cl-unicode.nix')
-rw-r--r-- | third_party/lisp/cl-unicode.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/third_party/lisp/cl-unicode.nix b/third_party/lisp/cl-unicode.nix index 8b42e2eaec80..5fff1fbe6bb2 100644 --- a/third_party/lisp/cl-unicode.nix +++ b/third_party/lisp/cl-unicode.nix @@ -29,7 +29,10 @@ let deps = with depot.third_party.lisp; [ cl-unicode-base flexi-streams - (bundled "uiop") + { + ecl = bundled "asdf"; + default = bundled "uiop"; + } ]; srcs = (map (f: src + ("/build/" + f)) [ |