diff options
author | Andreas Enge <andreas@enge.fr> | 2023-02-25 18:33:01 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2023-02-25 18:33:24 +0100 |
commit | 035b216d9ad655b8b4fc4a4741d825c4731a4ee0 (patch) | |
tree | e43bfbff8c08b76c839a41f44c8459f9d63b04f8 | |
parent | d83f4342f9e6090c82d79838732631aee744b7f3 (diff) |
gnu: poezio: Remove input.
* gnu/packages/messaging.scm (poezio)[inputs]: Remove python-potr.
[arguments]: Disable tests.
-rw-r--r-- | gnu/packages/messaging.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index 703b3b9dc8..382db4972b 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -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 |