summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorjgart <jgart@dismail.de>2026-01-29 17:43:17 -0500
committerjgart <jgart@dismail.de>2026-01-29 17:43:35 -0500
commitabfcebbdd5580147063d8f4256d801ac027d533e (patch)
tree57d494d948be8ad6495cb678bd65f7608fb1135d /gnu
parenta29d648e4d768868cb579d4b8b15b3064552c18a (diff)
gnu: sbcl-type-r: Refactor to modern style.
* gnu/packages/lisp-xyz.scm (sbcl-type-r)[inputs]: Refactor to modern style. Change-Id: I1fde07d1040857370828fe9fff802bbcc2af1a0e
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/lisp-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 54cdf7b07b..7378107497 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -33391,8 +33391,8 @@ the elements in compound type specifier, e.g. @code{dimensions} in
(home-page "https://github.com/guicho271828/type-r")
(license license:lgpl3+)
(inputs
- `(("trivia" ,sbcl-trivia)
- ("alexandria" ,sbcl-alexandria)))
+ (list sbcl-trivia
+ sbcl-alexandria))
(native-inputs
(list sbcl-fiveam)))))