diff options
Diffstat (limited to 'third_party/lisp/checkl.nix')
-rw-r--r-- | third_party/lisp/checkl.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/lisp/checkl.nix b/third_party/lisp/checkl.nix index 33c2330ecfda..4fb92cb37937 100644 --- a/third_party/lisp/checkl.nix +++ b/third_party/lisp/checkl.nix @@ -12,7 +12,7 @@ let in depot.nix.buildLisp.library { name = "checkl"; - deps = with pkgs.lisp; [ + deps = with depot.third_party.lisp; [ (bundled "asdf") marshal fiveam |