mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: python-matrix-synapse-ldap3: Fix build.
* gnu/packages/matrix.scm (python-matrix-synapse-ldap3)[arguments]: Delete sanity check.
This commit is contained in:
parent
a46a5a4196
commit
fb6de84a6b
1 changed files with 4 additions and 1 deletions
|
@ -72,7 +72,10 @@ (define-public python-matrix-synapse-ldap3
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue