mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-07-05 01:34:05 +02:00
gnu: sbcl-cl-str: Refactor to modern style.
* gnu/packages/lisp-xyz.scm (sbcl-cl-str)[inputs]: Refactor to modern style. Change-Id: I409e5b126b1ee2635e0807e5acec2c5921c18739
This commit is contained in:
@@ -10433,9 +10433,9 @@ ability to store all Common Lisp data types into streams.")
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system asdf-build-system/sbcl)
|
||||
(inputs
|
||||
`(("cl-ppcre" ,sbcl-cl-ppcre)
|
||||
("cl-ppcre-unicode" ,sbcl-cl-ppcre-unicode)
|
||||
("cl-change-case" ,sbcl-cl-change-case)))
|
||||
(list sbcl-cl-ppcre
|
||||
sbcl-cl-ppcre-unicode
|
||||
sbcl-cl-change-case))
|
||||
(native-inputs
|
||||
(list sbcl-prove))
|
||||
(arguments
|
||||
|
||||
Reference in New Issue
Block a user