tvl-depot/lisp/klatre/default.nix

15 lines
183 B
Nix
Raw Normal View History

{ depot, ... }:
depot.nix.buildLisp.library {
name = "klatre";
deps = with depot.third_party.lisp; [
local-time
];
srcs = [
./package.lisp
./klatre.lisp
];
}