guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: cl-cffi: Remove trailing boolean.


From: guix-commits
Subject: 02/03: gnu: cl-cffi: Remove trailing boolean.
Date: Fri, 8 Apr 2022 04:20:14 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit b67c67b0270a0e27ef6bc68efcc721bad8d445c9
Author: jgart <jgart@dismail.de>
AuthorDate: Thu Apr 7 17:13:16 2022 -0400

    gnu: cl-cffi: Remove trailing boolean.
    
    * gnu/packages/lisp-xyz.scm (sbcl-cffi)[arguments]: Remove trailing boolean.
    
    Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
 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 e25beac893..32461c2d30 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -2802,8 +2802,7 @@ is statically typed so there are differences.")
            (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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]