feat(third_party/lisp): Add derivation for asdf-flv
This commit is contained in:
parent
ad1de2a04f
commit
00902daa00
1 changed files with 12 additions and 0 deletions
12
third_party/lisp/asdf-flv/default.nix
vendored
Normal file
12
third_party/lisp/asdf-flv/default.nix
vendored
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
# Imported from https://github.com/didierverna/asdf-flv
|
||||||
|
{ pkgs, ... }:
|
||||||
|
|
||||||
|
pkgs.nix.buildLisp.library {
|
||||||
|
name = "asdf-flv";
|
||||||
|
deps = with pkgs.third_party.lisp; [ asdf ];
|
||||||
|
|
||||||
|
srcs = [
|
||||||
|
./package.lisp
|
||||||
|
./asdf-flv.lisp
|
||||||
|
];
|
||||||
|
}
|
Loading…
Reference in a new issue