From: jgart via Guix-patches via <guix-patches@gnu.org>
To: 54777@debbugs.gnu.org
Cc: jgart <jgart@dismail.de>
Subject: [bug#54777] [PATCH] gnu: sbcl-cffi: Remove trailing boolean.
Date: Thu, 7 Apr 2022 17:13:16 -0400 [thread overview]
Message-ID: <20220407211316.32760-1-jgart@dismail.de> (raw)
* gnu/packages/lisp-xyz.scm (sbcl-cffi): Remove trailing boolean.
---
gnu/packages/lisp-xyz.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 5f7b2a5190..5ce4e2dd7e 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -2801,8 +2801,7 @@ (define-public sbcl-cffi
(lambda _
;; This is apparently deprecated since libffi-3.3.
(substitute* "libffi/libffi-types.lisp"
- (("\\\(\\\(:unix64.*") ")\n"))
- #t))
+ (("\\\(\\\(:unix64.*") ")\n"))))
(add-after 'unpack 'fix-paths
(lambda* (#:key inputs #:allow-other-keys)
(substitute* "libffi/libffi.lisp"
--
2.35.1
next reply other threads:[~2022-04-07 21:14 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-07 21:13 jgart via Guix-patches via [this message]
2022-04-08 8:21 ` bug#54777: [PATCH] gnu: sbcl-cffi: Remove trailing boolean 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=20220407211316.32760-1-jgart@dismail.de \
--to=guix-patches@gnu.org \
--cc=54777@debbugs.gnu.org \
--cc=jgart@dismail.de \
/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).