GNU bug report logs - #54777
[PATCH] gnu: sbcl-cffi: Remove trailing boolean.

Previous Next

Package: guix-patches;

Reported by: jgart <jgart <at> dismail.de>

Date: Thu, 7 Apr 2022 21:14:02 UTC

Severity: normal

Tags: patch

Done: Guillaume Le Vaillant <glv <at> posteo.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: jgart <jgart <at> dismail.de>
Subject: bug#54777: closed (Re: [bug#54777] [PATCH] gnu: sbcl-cffi: Remove
 trailing boolean.)
Date: Fri, 08 Apr 2022 08:22:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#54777: [PATCH] gnu: sbcl-cffi: Remove trailing boolean.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 54777 <at> debbugs.gnu.org.

-- 
54777: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=54777
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Guillaume Le Vaillant <glv <at> posteo.net>
To: jgart <jgart <at> dismail.de>
Cc: 54777-done <at> debbugs.gnu.org
Subject: Re: [bug#54777] [PATCH] gnu: sbcl-cffi: Remove trailing boolean.
Date: Fri, 08 Apr 2022 08:21:07 +0000
[Message part 3 (text/plain, inline)]
Patch pushed as b67c67b0270a0e27ef6bc68efcc721bad8d445c9.
Thanks.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: jgart <jgart <at> dismail.de>
To: guix-patches <at> gnu.org
Cc: jgart <jgart <at> dismail.de>
Subject: [PATCH] gnu: sbcl-cffi: Remove trailing boolean.
Date: Thu,  7 Apr 2022 17:13:16 -0400
* 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




This bug report was last modified 3 years and 104 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.