diff options
Diffstat (limited to 'third_party/lisp/uax-15.nix')
-rw-r--r-- | third_party/lisp/uax-15.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/lisp/uax-15.nix b/third_party/lisp/uax-15.nix index 664be63f06b3..8d420d26f692 100644 --- a/third_party/lisp/uax-15.nix +++ b/third_party/lisp/uax-15.nix @@ -16,7 +16,7 @@ let in depot.nix.buildLisp.library { name = "uax-15"; - deps = with pkgs.lisp; [ + deps = with depot.third_party.lisp; [ split-sequence cl-ppcre (bundled "uiop") |