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
No known key found for this signature in database
GPG key ID: 8499AC88F1A71CF2

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