mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add sbcl-cluffer-standard-line.
* gnu/packages/lisp-xyz.scm (sbcl-cluffer-standard-line): New variable.
This commit is contained in:
parent
19a1a98fb4
commit
a4a24f66fa
1 changed files with 10 additions and 0 deletions
|
@ -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)))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue