me
/
guix
Archived
1
0
Fork 0

gnu: poezio: Remove input.

* gnu/packages/messaging.scm (poezio)[inputs]: Remove python-potr.
[arguments]: Disable tests.
master
Andreas Enge 2023-02-25 18:33:01 +01:00
parent d83f4342f9
commit 035b216d9a
No known key found for this signature in database
GPG Key ID: F7D5C9BF765C61E3
1 changed files with 2 additions and 2 deletions

View File

@ -485,7 +485,8 @@ TCP sessions from existing clients.")
(base32 "15vlmymqlcf94h1g6dvgzjvj15c47dqsm78qs40wl2dlwspvqkxj"))))
(build-system python-build-system)
(arguments
(list #:phases
(list #:tests? #f ; tests fails without the OTR plugin
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'patch
(lambda _
@ -496,7 +497,6 @@ TCP sessions from existing clients.")
(list pkg-config python-setuptools python-sphinx))
(inputs
(list python-mpd2
python-potr
python-pyasn1
python-pyasn1-modules
python-pygments