about summary refs log blame commit diff
path: root/web/panettone/default.nix
blob: ae8127eb891ef4fadef7d265ac6d533cc10a93eb (plain) (tree)



















                                       
{ depot, ... }:

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

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

    depot.lisp.klatre
  ];

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