mirror of
https://codeberg.org/guix/guix.git
synced 2026-05-13 06:53:44 +00:00
gnu: sbcl-acl-compat: Refactor to modern style.
* gnu/packages/lisp-xyz.scm (sbcl-acl-compat)[inputs]: Refactor to modern style. Change-Id: I0af212c0a770322b8bf4bff11b5cdee102a68745
This commit is contained in:
@@ -828,10 +828,10 @@ code.")
|
||||
(chdir "acl-compat")
|
||||
#t)))))
|
||||
(inputs
|
||||
`(("puri" ,sbcl-puri)
|
||||
("cl-ppcre" ,sbcl-cl-ppcre)
|
||||
("ironclad" ,sbcl-ironclad)
|
||||
("cl-fad" ,sbcl-cl-fad)))
|
||||
(list sbcl-puri
|
||||
sbcl-cl-ppcre
|
||||
sbcl-ironclad
|
||||
sbcl-cl-fad))
|
||||
(home-page "https://sourceforge.net/projects/portableaserve/")
|
||||
(synopsis "AllegroServe, a web server written in Common Lisp")
|
||||
(description
|
||||
|
||||
Reference in New Issue
Block a user