guix-commits
[Top][All Lists]
Advanced

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

13/16: gnu: belcard: Run tests conditionally.


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

apteryx pushed a commit to branch master
in repository guix.

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

    gnu: belcard: Run tests conditionally.
    
    * gnu/packages/linphone.scm (belcard)[arguments]: Remove #:tests?
      instead of unconditionally setting it to #t.
    
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
 gnu/packages/linphone.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/linphone.scm b/gnu/packages/linphone.scm
index 709013f061..504b494563 100644
--- a/gnu/packages/linphone.scm
+++ b/gnu/packages/linphone.scm
@@ -259,8 +259,7 @@ IETF.")
     (build-system cmake-build-system)
     (outputs '("out" "debug" "tester"))
     (arguments
-     `(#:tests? #t
-       #:configure-flags '("-DENABLE_STATIC=OFF")
+     `(#:configure-flags '("-DENABLE_STATIC=OFF")
        #:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'patch-vcard-grammar-location



reply via email to

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