guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/09: gnu: poezio: Remove input.


From: guix-commits
Subject: 07/09: gnu: poezio: Remove input.
Date: Sat, 25 Feb 2023 12:38:19 -0500 (EST)

andreas pushed a commit to branch core-updates
in repository guix.

commit 035b216d9ad655b8b4fc4a4741d825c4731a4ee0
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Sat Feb 25 18:33:01 2023 +0100

    gnu: poezio: Remove input.
    
    * gnu/packages/messaging.scm (poezio)[inputs]: Remove python-potr.
    [arguments]: Disable tests.
---
 gnu/packages/messaging.scm | 4 ++--
 1 file 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]