1
0
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:
jgart
2026-01-29 17:55:32 -05:00
parent 25f27690a6
commit fcff26cd49
+3 -3
View File
@@ -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