me
/
guix
Archived
1
0
Fork 0

gnu: python-zulip: Remove trailing #T.

* gnu/packages/messaging.scm (python-zulip)[arguments]: Remove trailing #T
from build phases.
master
Ricardo Wurmus 2021-11-22 17:57:11 +01:00
parent 823e855bd0
commit cea3c866f5
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 5 deletions

View File

@ -3009,9 +3009,7 @@ designed for experienced users.")
`(#:phases `(#:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(add-after 'unpack 'cd-to-zulip-dir (add-after 'unpack 'cd-to-zulip-dir
(lambda _ (lambda _ (chdir "zulip")))
(chdir "zulip")
#t))
(replace 'check (replace 'check
(lambda* (#:key inputs outputs tests? #:allow-other-keys) (lambda* (#:key inputs outputs tests? #:allow-other-keys)
(let ((test-zulip "../tools/test-zulip")) (let ((test-zulip "../tools/test-zulip"))
@ -3019,8 +3017,7 @@ designed for experienced users.")
(add-installed-pythonpath inputs outputs) (add-installed-pythonpath inputs outputs)
(setenv "PYTHONPATH" (string-append ".:" (getenv "PYTHONPATH"))) (setenv "PYTHONPATH" (string-append ".:" (getenv "PYTHONPATH")))
(patch-shebang test-zulip) (patch-shebang test-zulip)
(invoke test-zulip)) (invoke test-zulip))))))))
#t))))))
(propagated-inputs (propagated-inputs
`(("python-matrix-client" ,python-matrix-client) `(("python-matrix-client" ,python-matrix-client)
("python-pyopenssl" ,python-pyopenssl) ("python-pyopenssl" ,python-pyopenssl)