guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: cl-burgled-batteries3: Fix build.


From: guix-commits
Subject: 03/03: gnu: cl-burgled-batteries3: Fix build.
Date: Mon, 17 Apr 2023 05:47:07 -0400 (EDT)

glv pushed a commit to branch core-updates
in repository guix.

commit c0723849b5b8dacf05f23eaa40851ccff0a74a2e
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Mon Apr 17 11:41:39 2023 +0200

    gnu: cl-burgled-batteries3: Fix build.
    
    * gnu/packages/lisp-xyz.scm (sbcl-burgled-batteries3)[arguments]: Rename
      'adjust-for-python-3.9' phase to 'adjust-for-python-3.10' and update it.
---
 gnu/packages/lisp-xyz.scm | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 64fb1d6e7a..b2e6a3862f 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -7584,13 +7584,19 @@ high-level way.  This library provides such operators.")
                  (setenv "BB_PYTHON3_DYLIB"
                          (string-append python "/lib/libpython3.so"))
                  #t)))
-           (add-after 'unpack 'adjust-for-python-3.9
+           (add-after 'unpack 'adjust-for-python-3.10
              (lambda _
                ;; These methods are no longer part of the public API.
                (substitute* "ffi-interface.lisp"
                  ((".*PyEval_ReInitThreads.*") "")
                  ((".*\"PyErr_Warn\".*") "")
-                 ((".*\"PyFloat_ClearFreeList\".*") "")))))))
+                 ((".*\"PyFloat_ClearFreeList\".*") "")
+                 ((".*\"PyParser_SimpleParseString\".*") "")
+                 ((".*\"PyParser_SimpleParseStringFlags\".*") "")
+                 ((".*\"PyParser_SimpleParseStringFlagsFilename\".*") "")
+                 ((".*\"PyParser_SimpleParseFile\".*") "")
+                 ((".*\"PyParser_SimpleParseFileFlags\".*") "")
+                 ((".*\"PyLong_FromUnicode\".*") "")))))))
       (native-inputs
        (list sbcl-cl-fad sbcl-lift sbcl-cl-quickcheck))
       (inputs



reply via email to

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