guix-commits
[Top][All Lists]
Advanced

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

14/16: gnu: tdlib: Run tests conditionally.


From: guix-commits
Subject: 14/16: gnu: tdlib: Run tests conditionally.
Date: Fri, 11 Mar 2022 23:43:25 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit 8afa5ace495f52d67491af5f078f0face6e84dd5
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Fri Mar 4 13:01:17 2022 +0000

    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>
---
 gnu/packages/messaging.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 42004f286e..9f542a00b6 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -2625,8 +2625,7 @@ replacement.")
        (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



reply via email to

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