mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
f0a8a4b44b
commit
c10daeaec3
1 changed files with 1 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue