2020-01-17 18:52:27 +01:00
|
|
|
# Imported from https://github.com/didierverna/asdf-flv
|
2020-02-21 13:47:29 +01:00
|
|
|
{ depot, ... }:
|
2020-01-17 18:52:27 +01:00
|
|
|
|
2020-02-21 13:47:29 +01:00
|
|
|
with depot.nix;
|
2020-01-27 00:59:07 +01:00
|
|
|
buildLisp.library {
|
2020-01-17 18:52:27 +01:00
|
|
|
name = "asdf-flv";
|
2020-01-27 00:59:07 +01:00
|
|
|
deps = [ (buildLisp.bundled "asdf") ];
|
2020-01-17 18:52:27 +01:00
|
|
|
|
|
|
|
srcs = [
|
|
|
|
./package.lisp
|
|
|
|
./asdf-flv.lisp
|
|
|
|
];
|
|
|
|
}
|