guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: gnutls: Pass #:tests? unconditionally.


From: guix-commits
Subject: 03/03: gnu: gnutls: Pass #:tests? unconditionally.
Date: Sat, 20 Jun 2020 17:36:49 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 9015ed66880497ed88854551eca0510a734fe8f4
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sat Jun 20 23:11:54 2020 +0200

    gnu: gnutls: Pass #:tests? unconditionally.
    
    * gnu/packages/tls.scm (gnutls)[arguments]: Add #:tests? unconditionally.
---
 gnu/packages/tls.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index d9c8e7a..37f62c9 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -182,8 +182,8 @@ living in the same process.")
                "0jvca1qahn9lrwv6f5kfs95icirc15b2a8x9fzczyj996ipg3b5z"))))
     (build-system gnu-build-system)
     (arguments
-     `(,@(if (hurd-target?) '(#:tests? #f) '())
-       ; Ensure we don't keep a reference to this buggy software.
+     `(#:tests? ,(not (hurd-target?))
+       ;; Ensure we don't keep a reference to net-tools.
        #:disallowed-references ,(if (hurd-target?) '() (list net-tools))
        #:configure-flags
        (list



reply via email to

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