* [bug#54777] [PATCH] gnu: sbcl-cffi: Remove trailing boolean.
@ 2022-04-07 21:13 jgart via Guix-patches via
2022-04-08 8:21 ` bug#54777: " Guillaume Le Vaillant
0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2022-04-07 21:13 UTC (permalink / raw)
To: 54777; +Cc: jgart
* 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#54777: [PATCH] gnu: sbcl-cffi: Remove trailing boolean.
2022-04-07 21:13 [bug#54777] [PATCH] gnu: sbcl-cffi: Remove trailing boolean jgart via Guix-patches via
@ 2022-04-08 8:21 ` Guillaume Le Vaillant
0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2022-04-08 8:21 UTC (permalink / raw)
To: jgart; +Cc: 54777-done
[-- Attachment #1: Type: text/plain, Size: 66 bytes --]
Patch pushed as b67c67b0270a0e27ef6bc68efcc721bad8d445c9.
Thanks.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-04-08 8:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-07 21:13 [bug#54777] [PATCH] gnu: sbcl-cffi: Remove trailing boolean jgart via Guix-patches via
2022-04-08 8:21 ` bug#54777: " Guillaume Le Vaillant
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.