gnu: Add sbcl-cxml+test.

* gnu/packages/lisp.scm (sbcl-cxml+test): New variable.
This commit is contained in:
Pierre Neidhardt 2019-07-05 12:29:55 +02:00
parent d22b47aad6
commit 9a08c0a577
No known key found for this signature in database
GPG key ID: 9BDCF497A4BBCC7F

View file

@ -6029,6 +6029,18 @@ (define sbcl-cxml+klacks
`(#:asd-file "cxml.asd"
#:asd-system-name "cxml/klacks"))))
(define sbcl-cxml+test
(package
(inherit sbcl-cxml+xml)
(name "sbcl-cxml+test")
(inputs
`(("closure-common" ,sbcl-closure-common)
("puri" ,sbcl-puri)
("cxml+xml" ,sbcl-cxml+xml)))
(arguments
`(#:asd-file "cxml.asd"
#:asd-system-name "cxml/test"))))
(define-public sbcl-cl-reexport
(let ((commit "312f3661bbe187b5f28536cd7ec2956e91366c3b")
(revision "1"))