guix-commits
[Top][All Lists]
Advanced

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

10/45: gnu: python-matrix-synapse-ldap3: Fix build.


From: guix-commits
Subject: 10/45: gnu: python-matrix-synapse-ldap3: Fix build.
Date: Wed, 12 Jan 2022 17:58:39 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit fb6de84a6b9ed38fc4fbf4fad89a0f8fe25111eb
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Jan 12 00:46:37 2022 +0100

    gnu: python-matrix-synapse-ldap3: Fix build.
    
    * gnu/packages/matrix.scm (python-matrix-synapse-ldap3)[arguments]: Delete
    sanity check.
---
 gnu/packages/matrix.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/matrix.scm b/gnu/packages/matrix.scm
index 1c19eab5c1..e2c27f5a4c 100644
--- a/gnu/packages/matrix.scm
+++ b/gnu/packages/matrix.scm
@@ -72,7 +72,10 @@
     (build-system python-build-system)
     (arguments
      ;; tests require synapse, creating a circular dependency.
-     '(#:tests? #f))
+     '(#:tests? #f
+       #:phases (modify-phases %standard-phases
+                  ;; Also, auth_provider.py attempts to import synapse.
+                  (delete 'sanity-check))))
     (propagated-inputs
      (list python-twisted python-ldap3 python-service-identity))
     (home-page "https://github.com/matrix-org/matrix-synapse-ldap3";)



reply via email to

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