mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: sbcl-burgled-batteries3: Unbreak with Python 3.11.
* gnu/packages/lisp-xyz.scm (sbcl-burgled-batteries3)[arguments] <#:phases>: Update 'adjust-for-python-3.10' with more patterns. Change-Id: I51185d1f5ab63b5421e8748aa45133019187868a Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
committed by
Guillaume Le Vaillant
parent
8c7e3e027f
commit
d01fbfedce
@@ -47,6 +47,7 @@
|
||||
;;; Copyright © 2024 Grigory Shepelev <shegeley@gmail.com>
|
||||
;;; Copyright © 2025 Junker <dk@junkeria.club>
|
||||
;;; Copyright © 2025 Simen Endsjø <contact@simendsjo.me>
|
||||
;;; Copyright © 2025 Ashish SHUKLA <ashish.is@lostca.se>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
@@ -2854,7 +2855,9 @@ cartesian product.")
|
||||
((".*\"PyParser_SimpleParseStringFlagsFilename\".*") "")
|
||||
((".*\"PyParser_SimpleParseFile\".*") "")
|
||||
((".*\"PyParser_SimpleParseFileFlags\".*") "")
|
||||
((".*\"PyLong_FromUnicode\".*") "")))))))
|
||||
((".*\"PyLong_FromUnicode\".*") "")
|
||||
((".*\"PyUnicodeEncodeError_Create\".*") "")
|
||||
((".*\"PyUnicodeTranslateError_Create\".*") "")))))))
|
||||
(native-inputs
|
||||
(list sbcl-cl-fad sbcl-lift sbcl-cl-quickcheck))
|
||||
(inputs
|
||||
|
||||
Reference in New Issue
Block a user