From 8394619baceb118df92e355377fd543bb1aa501a Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Mon, 13 Dec 2021 17:18:24 +0100 Subject: gnu: Simplify package inputs. This commit was obtained by running: ./pre-inst-env guix style without any additional argument. --- gnu/packages/lisp-check.scm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'gnu/packages/lisp-check.scm') diff --git a/gnu/packages/lisp-check.scm b/gnu/packages/lisp-check.scm index a66a7ba47e..9a37bdcfbf 100644 --- a/gnu/packages/lisp-check.scm +++ b/gnu/packages/lisp-check.scm @@ -82,7 +82,7 @@ ("closer-mop" ,sbcl-closer-mop) ("optima" ,sbcl-optima))) (native-inputs - `(("stefil" ,sbcl-stefil))) + (list sbcl-stefil)) (home-page "https://github.com/arclanguage/Clamp") (synopsis "Randomized specification-based testing for Common Lisp") (description @@ -120,9 +120,9 @@ designed to embed randomized tests in whatever framework you like.") '(#:asd-files '("checkl.asd") #:tests? #f)) (native-inputs - `(("sbcl-fiveam" ,sbcl-fiveam))) + (list sbcl-fiveam)) (inputs - `(("sbcl-marshal" ,sbcl-marshal))) + (list sbcl-marshal)) (home-page "https://github.com/rpav/CheckL/") (synopsis "Dynamic testing for Common Lisp") (description @@ -160,7 +160,7 @@ against the last run.") ("closer-mop" ,sbcl-closer-mop) ("trivia" ,sbcl-trivia))) (native-inputs - `(("fiveam" ,sbcl-fiveam))) + (list sbcl-fiveam)) (home-page "https://github.com/Ferada/cl-mock") (synopsis "Mocking functions for Common Lisp testing") (description @@ -381,9 +381,9 @@ interactive development model in mind.") (file-name (git-file-name "hu.dwim.stefil" version)))) (build-system asdf-build-system/sbcl) (native-inputs - `(("asdf:cl-hu.dwim.asdf" ,sbcl-hu.dwim.asdf))) + (list sbcl-hu.dwim.asdf)) (inputs - `(("sbcl-alexandria" ,sbcl-alexandria))) + (list sbcl-alexandria)) (home-page "http://dwim.hu/project/hu.dwim.stefil") (synopsis "Simple test framework") (description "Stefil is a simple test framework for Common Lisp, -- cgit v1.2.3