1 2 3 4 5 6 7 8 9 10 11 12 13
# 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 ]; }