mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: sbcl-function-cache: Use modern style.
* gnu/packages/lisp-xyz.scm (sbcl-function-cache)[inputs]: Use modern styling for inputs. Change-Id: I6b7af4156a452871981aac014c12c1d7e2010c19
This commit is contained in:
parent
439a577ade
commit
0f97569dbc
1 changed files with 5 additions and 5 deletions
|
@ -16947,11 +16947,11 @@ caching based on arguments (an expanded form of memoization).")
|
|||
(license:non-copyleft
|
||||
"https://github.com/AccelerationNet/function-cache/blob/master/README.md"))
|
||||
(inputs
|
||||
`(("alexandria" ,sbcl-alexandria)
|
||||
("cl-interpol" ,sbcl-cl-interpol)
|
||||
("iterate" ,sbcl-iterate)
|
||||
("symbol-munger" ,sbcl-symbol-munger)
|
||||
("closer-mop" ,sbcl-closer-mop)))
|
||||
(list sbcl-alexandria
|
||||
sbcl-cl-interpol
|
||||
sbcl-iterate
|
||||
sbcl-symbol-munger
|
||||
sbcl-closer-mop))
|
||||
(arguments
|
||||
`(#:tests? #f))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue