me
/
guix
Archived
1
0
Fork 0

gnu: Add sbcl-cluffer-standard-line.

* gnu/packages/lisp-xyz.scm (sbcl-cluffer-standard-line): New variable.
master
Pierre Neidhardt 2020-06-18 17:47:10 +02:00
parent 19a1a98fb4
commit a4a24f66fa
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F
1 changed files with 10 additions and 0 deletions

View File

@ -12063,3 +12063,13 @@ editor. As such, it defines a set of CLOS protocols for client code to
interact with the buffer contents in various ways, and it supplies different interact with the buffer contents in various ways, and it supplies different
implementations of those protocols for different purposes.") implementations of those protocols for different purposes.")
(license license:bsd-2)))) (license license:bsd-2))))
(define-public sbcl-cluffer-standard-line
(package
(inherit sbcl-cluffer-base)
(name "sbcl-cluffer-standard-line")
(arguments
'(#:asd-file "Standard-line/cluffer-standard-line.asd"
#:asd-system-name "cluffer-standard-line"))
(inputs
`(("cluffer-base" ,sbcl-cluffer-base)))))