gnu: Add cl-ana.makeres-block.

* gnu/packages/lisp-xyz.scm (sbcl-cl-ana.makeres-block, cl-ana.makeres-block):
  New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
Katherine Cox-Buday 2020-01-03 19:21:19 +01:00 committed by Guillaume Le Vaillant
parent ad9e007e62
commit 98e5f45e79
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -8738,3 +8738,20 @@ (define-public sbcl-cl-ana.makeres-macro
(define-public cl-ana.makeres-macro
(sbcl-package->cl-source-package sbcl-cl-ana.makeres-macro))
(define-public sbcl-cl-ana.makeres-block
(package
(inherit sbcl-cl-ana-boot0)
(name "sbcl-cl-ana.makeres-block")
(inputs
`(("alexandria" ,sbcl-alexandria)
("cl-ana.list-utils" ,sbcl-cl-ana.list-utils)
("cl-ana.macro-utils" ,sbcl-cl-ana.macro-utils)
("cl-ana.makeres" ,sbcl-cl-ana.makeres)))
(arguments
(substitute-keyword-arguments (package-arguments sbcl-cl-ana-boot0)
((#:asd-file _ "") "makeres-block/cl-ana.makeres-block.asd")
((#:asd-system-name _ #f) "cl-ana.makeres-block")))))
(define-public cl-ana.makeres-block
(sbcl-package->cl-source-package sbcl-cl-ana.makeres-block))