1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: profanity: Fix build.

* gnu/packages/messaging.scm (profanity)[arguments]: Remove a phase
deprecated by the upgrade to Python 3.11.

Change-Id: Iac74fb082fbdcea36c9eef0d2918f85fad1fee8a
Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
Tanguy Le Carrour
2025-04-22 10:26:19 +02:00
committed by Ian Eure
parent f0a8a4b44b
commit c10daeaec3

View File

@@ -2283,14 +2283,7 @@ are both supported).")
"--enable-otr"
"--enable-pgp"
"--enable-omemo"
"--enable-icons-and-clipboard")
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'patch-python-plugins
(lambda _
;; Py_XDECREF is a macro in Python 3.10
(substitute* "src/plugins/python_plugins.c"
(("Py_XDECREF") "_Py_XDECREF")))))))
"--enable-icons-and-clipboard")))
(native-inputs
(list autoconf
autoconf-archive