feat(third_party/lisp/s-xml): Check in sources & derivation
Checked in the sources for this because it is tracked upstream in CVS and I can't be bothered to deal with that right now.
This commit is contained in:
parent
fe3ea06cbc
commit
437efa7686
23 changed files with 2389 additions and 0 deletions
17
third_party/lisp/s-xml/default.nix
vendored
Normal file
17
third_party/lisp/s-xml/default.nix
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# XML serialiser for Common Lisp.
|
||||
#
|
||||
# This system was imported from a Quicklisp tarball at 's-xml-20150608'.
|
||||
{ pkgs, ... }:
|
||||
|
||||
pkgs.nix.buildLisp.library {
|
||||
name = "s-xml";
|
||||
|
||||
srcs = [
|
||||
./src/package.lisp
|
||||
./src/xml.lisp
|
||||
./src/dom.lisp
|
||||
./src/lxml-dom.lisp
|
||||
./src/sxml-dom.lisp
|
||||
./src/xml-struct-dom.lisp
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue