gnu: Add sbcl-cxml+dom.
* gnu/packages/lisp.scm (sbcl-cxml+dom): New variable.
This commit is contained in:
parent
075e3220c6
commit
53270eb966
1 changed files with 12 additions and 0 deletions
|
@ -6005,6 +6005,18 @@ (define-public sbcl-cxml+xml
|
|||
offered, one SAX-like, the other similar to StAX.")
|
||||
(license license:llgpl))))
|
||||
|
||||
(define sbcl-cxml+dom
|
||||
(package
|
||||
(inherit sbcl-cxml+xml)
|
||||
(name "sbcl-cxml+dom")
|
||||
(inputs
|
||||
`(("closure-common" ,sbcl-closure-common)
|
||||
("puri" ,sbcl-puri)
|
||||
("cxml+xml" ,sbcl-cxml+xml)))
|
||||
(arguments
|
||||
`(#:asd-file "cxml.asd"
|
||||
#:asd-system-name "cxml/dom"))))
|
||||
|
||||
(define-public sbcl-cl-reexport
|
||||
(let ((commit "312f3661bbe187b5f28536cd7ec2956e91366c3b")
|
||||
(revision "1"))
|
||||
|
|
Loading…
Reference in a new issue