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:
parent
240ac3b75c
commit
f11b6ac9ac
1 changed files with 7 additions and 8 deletions
|
@ -7538,14 +7538,13 @@ implementation specific equivalent.")
|
||||||
(list sbcl-fiveam
|
(list sbcl-fiveam
|
||||||
sbcl-local-time))
|
sbcl-local-time))
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
(list #:phases
|
||||||
(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'disable-failing-tests
|
(add-after 'unpack 'disable-failing-tests
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
(lambda _
|
||||||
(substitute* "serapeum.asd"
|
(substitute* "serapeum.asd"
|
||||||
;; Guix does not have Quicklisp, and probably never will.
|
;; Guix does not have Quicklisp, and probably never will.
|
||||||
(("\\(:file \"quicklisp\"\\)") ""))
|
(("\\(:file \"quicklisp\"\\)") "")))))))
|
||||||
#t)))))
|
|
||||||
(synopsis "Common Lisp utility library beyond Alexandria")
|
(synopsis "Common Lisp utility library beyond Alexandria")
|
||||||
(description
|
(description
|
||||||
"Serapeum is a conservative library of Common Lisp utilities. It is a
|
"Serapeum is a conservative library of Common Lisp utilities. It is a
|
||||||
|
|
Reference in a new issue