aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTanguy Le Carrour <tanguy@bioneland.org>2025-04-22 10:26:19 +0200
committerIan Eure <ian@retrospec.tv>2025-04-24 17:11:21 -0700
commitc10daeaec35dcd831a6ec6f226b7d9bd5763fb7c (patch)
tree0f680fe6e0632578a61dcf63465f60a7802cae5e
parentf0a8a4b44bdc6f9104dab4b425d76d3bbc029496 (diff)
downloadguix-c10daeaec35dcd831a6ec6f226b7d9bd5763fb7c.tar.gz
guix-c10daeaec35dcd831a6ec6f226b7d9bd5763fb7c.zip
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>
-rw-r--r--gnu/packages/messaging.scm9
1 files changed, 1 insertions, 8 deletions
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 57c6976193..5c48c5ff73 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -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