about summary refs log blame commit diff
path: root/web/panettone/default.nix
blob: f906fa7a7b2c07fc4264b735ec65e3161c00ef6b (plain) (tree)
1
2
3
4
5
6
7
8
9








                                       
               

               








                        
{ depot, ... }:

depot.nix.buildLisp.program {
  name = "panettone";

  deps = with depot.third_party.lisp; [
    cl-prevalence
    cl-who
    defclass-std
    easy-routes
    hunchentoot
    local-time
    trivial-ldap

    depot.lisp.klatre
  ];

  srcs = [
    ./src/panettone.lisp
  ];
}