From fb6de84a6b9ed38fc4fbf4fad89a0f8fe25111eb Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Wed, 12 Jan 2022 00:46:37 +0100 Subject: 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(-) (limited to 'gnu') 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") -- cgit v1.2.3