gnu: cl-serapeum: Use G-expressions.

* gnu/packages/lisp-xyz.scm (sbcl-serapeum)[arguments]: Use G-expressions and
  simplify the 'disable-failing-tests' phase.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
Paul A. Patience 2022-06-13 12:26:54 +00:00 committed by Guillaume Le Vaillant
parent 240ac3b75c
commit f11b6ac9ac
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -7538,14 +7538,13 @@ (define-public sbcl-serapeum
(list sbcl-fiveam
sbcl-local-time))
(arguments
'(#:phases
(modify-phases %standard-phases
(add-after 'unpack 'disable-failing-tests
(lambda* (#:key inputs #:allow-other-keys)
(substitute* "serapeum.asd"
;; Guix does not have Quicklisp, and probably never will.
(("\\(:file \"quicklisp\"\\)") ""))
#t)))))
(list #:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'disable-failing-tests
(lambda _
(substitute* "serapeum.asd"
;; Guix does not have Quicklisp, and probably never will.
(("\\(:file \"quicklisp\"\\)") "")))))))
(synopsis "Common Lisp utility library beyond Alexandria")
(description
"Serapeum is a conservative library of Common Lisp utilities. It is a