guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: gnutls: Don't allow a reference to net-tools.


From: Leo Famulari
Subject: 01/01: gnu: gnutls: Don't allow a reference to net-tools.
Date: Sat, 11 Nov 2017 11:52:50 -0500 (EST)

lfam pushed a commit to branch core-updates
in repository guix.

commit 76b21274ad4755ffa5e4271be7a4a85993d6002d
Author: Leo Famulari <address@hidden>
Date:   Fri Nov 10 12:07:23 2017 -0500

    gnu: gnutls: Don't allow a reference to net-tools.
    
    * gnu/packages/tls.scm (gnutls)[arguments]: Add net-tools
    to #:disallowed-references.
---
 gnu/packages/tls.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index e87149a..314a67a 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -153,7 +153,9 @@ living in the same process.")
                "15ihq6p0hnnhs8cnjrkj40dmlcaa1jjg8xg0g2ydbnlqs454ixbr"))))
     (build-system gnu-build-system)
     (arguments
-     '(#:configure-flags
+     `(; Ensure we don't keep a reference to this buggy software.
+       #:disallowed-references (,net-tools)
+       #:configure-flags
        (list
              ;; GnuTLS doesn't consult any environment variables to specify
              ;; the location of the system-wide trust store.  Instead it has a



reply via email to

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