mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-07-21 00:44:07 +02:00
gnu: sbcl-cl-readline: Refactor to modern style.
* gnu/packages/lisp-xyz.scm (sbcl-cl-readline)[inputs]: Refactor to modern style. Change-Id: I610d8052fd539b198c579fd0fded016e0b461443
This commit is contained in:
@@ -9844,9 +9844,9 @@ Raylib game development library.")
|
||||
(base32 "14iskvqfw71ssaav483vmqw62lrpznysjs800gjjppxs785p1fa0"))))
|
||||
(build-system asdf-build-system/sbcl)
|
||||
(inputs
|
||||
`(("alexandria" ,sbcl-alexandria)
|
||||
("cffi" ,sbcl-cffi)
|
||||
("readline" ,readline)))
|
||||
(list sbcl-alexandria
|
||||
sbcl-cffi
|
||||
readline))
|
||||
(arguments
|
||||
'(#:phases
|
||||
(modify-phases %standard-phases
|
||||
|
||||
Reference in New Issue
Block a user