blob: e8ec4aa8f85cdf04b844ce7f83d03198628ec8ef (
plain) (
tree)
|
|
# 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
];
}
|