mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
8c7e3e027f
commit
d01fbfedce
1 changed files with 4 additions and 1 deletions
|
@ -47,6 +47,7 @@
|
||||||
;;; Copyright © 2024 Grigory Shepelev <shegeley@gmail.com>
|
;;; Copyright © 2024 Grigory Shepelev <shegeley@gmail.com>
|
||||||
;;; Copyright © 2025 Junker <dk@junkeria.club>
|
;;; Copyright © 2025 Junker <dk@junkeria.club>
|
||||||
;;; Copyright © 2025 Simen Endsjø <contact@simendsjo.me>
|
;;; Copyright © 2025 Simen Endsjø <contact@simendsjo.me>
|
||||||
|
;;; Copyright © 2025 Ashish SHUKLA <ashish.is@lostca.se>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -2854,7 +2855,9 @@ cartesian product.")
|
||||||
((".*\"PyParser_SimpleParseStringFlagsFilename\".*") "")
|
((".*\"PyParser_SimpleParseStringFlagsFilename\".*") "")
|
||||||
((".*\"PyParser_SimpleParseFile\".*") "")
|
((".*\"PyParser_SimpleParseFile\".*") "")
|
||||||
((".*\"PyParser_SimpleParseFileFlags\".*") "")
|
((".*\"PyParser_SimpleParseFileFlags\".*") "")
|
||||||
((".*\"PyLong_FromUnicode\".*") "")))))))
|
((".*\"PyLong_FromUnicode\".*") "")
|
||||||
|
((".*\"PyUnicodeEncodeError_Create\".*") "")
|
||||||
|
((".*\"PyUnicodeTranslateError_Create\".*") "")))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list sbcl-cl-fad sbcl-lift sbcl-cl-quickcheck))
|
(list sbcl-cl-fad sbcl-lift sbcl-cl-quickcheck))
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue