From: "Paul A. Patience" <paul@apatience.com>
To: 55942@debbugs.gnu.org
Cc: "Paul A. Patience" <paul@apatience.com>
Subject: [bug#55942] [PATCH 2/3] gnu: serapeum: Use G-expressions.
Date: Mon, 13 Jun 2022 12:26:54 +0000 [thread overview]
Message-ID: <20220613122650.278003-1-paul@apatience.com> (raw)
In-Reply-To: <20220613122501.277409-1-paul@apatience.com>
* gnu/packages/lisp-xyz.scm (serapeum)[arguments]: Use G-expressions and
simplify the 'disable-failing-tests' phase.
---
gnu/packages/lisp-xyz.scm | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index e2c8e06f92..cf8af2fc89 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -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
--
2.36.1
next prev parent reply other threads:[~2022-06-13 12:28 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-13 12:25 [bug#55942] [PATCH 1/3] gnu: serapeum: Remove input labels Paul A. Patience
2022-06-13 12:26 ` Paul A. Patience [this message]
2022-06-13 12:27 ` [bug#55942] [PATCH 3/3] gnu: serapeum: Update to 0.0.0-7.d2150c6 Paul A. Patience
2022-06-14 13:59 ` bug#55942: " Guillaume Le Vaillant
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220613122650.278003-1-paul@apatience.com \
--to=paul@apatience.com \
--cc=55942@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).