3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: Add sbcl-cluffer-simple-buffer.

* gnu/packages/lisp-xyz.scm (sbcl-cluffer-simple-buffer): New variable.
This commit is contained in:
Pierre Neidhardt 2020-06-18 17:47:58 +02:00
parent 5e3fcdf8f6
commit d6ad0b7248
No known key found for this signature in database
GPG key ID: 9BDCF497A4BBCC7F

View file

@ -12094,3 +12094,13 @@ implementations of those protocols for different purposes.")
#:asd-system-name "cluffer-simple-line"))
(inputs
`(("cluffer-base" ,sbcl-cluffer-base)))))
(define-public sbcl-cluffer-simple-buffer
(package
(inherit sbcl-cluffer-base)
(name "sbcl-cluffer-simple-buffer")
(arguments
'(#:asd-file "Simple-buffer/cluffer-simple-buffer.asd"
#:asd-system-name "cluffer-simple-buffer"))
(inputs
`(("cluffer-base" ,sbcl-cluffer-base)))))