gnu: tdlib: Run tests conditionally.

* gnu/packages/messaging.scm (tdlib)[arguments]: Remove #:tests?
  instead of unconditionally setting it to #t.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
Maxime Devos 2022-03-04 13:01:17 +00:00 committed by Maxim Cournoyer
parent c9f81a63fd
commit 8afa5ace49
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -2625,8 +2625,7 @@ (define-public tdlib
(file-name (git-file-name name version))))
(build-system cmake-build-system)
(arguments
`(#:tests? #t
#:configure-flags
`(#:configure-flags
(list "-DCMAKE_BUILD_TYPE=Release"
"-DTD_ENABLE_LTO=OFF") ; FIXME: Get LTO to work.
#:phases