tvl-depot/third_party/lisp/asdf-flv/default.nix
2020-02-21 13:54:53 +00:00

13 lines
229 B
Nix

# Imported from https://github.com/didierverna/asdf-flv
{ depot, ... }:
with depot.nix;
buildLisp.library {
name = "asdf-flv";
deps = [ (buildLisp.bundled "asdf") ];
srcs = [
./package.lisp
./asdf-flv.lisp
];
}