diff options
Diffstat (limited to 'lisp/klatre/default.nix')
-rw-r--r-- | lisp/klatre/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/klatre/default.nix b/lisp/klatre/default.nix index 41c3ef8094d0..2c7bb6490a9f 100644 --- a/lisp/klatre/default.nix +++ b/lisp/klatre/default.nix @@ -3,6 +3,10 @@ depot.nix.buildLisp.library { name = "klatre"; + deps = with depot.third_party.lisp; [ + local-time + ]; + srcs = [ ./package.lisp ./klatre.lisp |