mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: sbcl-proc-parse: Use modern style.
* gnu/packages/lisp-xyz.scm (sbcl-proc-parse)[inputs]: Use modern style. Change-Id: I62d84b328e72b6602646cbad5f13398971ad5a55
This commit is contained in:
parent
f45e3ec6d8
commit
4b67e24126
1 changed files with 2 additions and 2 deletions
|
@ -25939,8 +25939,8 @@ an array-based heap.")
|
||||||
(file-name (git-file-name "proc-parse" version))))
|
(file-name (git-file-name "proc-parse" version))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(inputs
|
(inputs
|
||||||
`(("alexandria" ,sbcl-alexandria)
|
(list sbcl-alexandria
|
||||||
("babel" ,sbcl-babel)))
|
sbcl-babel))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list sbcl-prove))
|
(list sbcl-prove))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue