diff options
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/lisp-xyz.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 56ed520d6d..84a505b883 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -14311,10 +14311,10 @@ manipulations as the composition of more primitive operations.") ;; All test cases test a function that has been removed. `(#:tests? #f)) (inputs - `(("alexandria" ,sbcl-alexandria) - ("cl-ppcre" ,sbcl-cl-ppcre) - ("parse-number" ,sbcl-parse-number) - ("puri" ,sbcl-puri))) + (list sbcl-alexandria + sbcl-cl-ppcre + sbcl-parse-number + sbcl-puri)) (native-inputs (list sbcl-lift)) (home-page "https://github.com/archimag/data-sift") |
