guix-patches
[Top][All Lists]
Advanced

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

[bug#29251] [PATCH] gnu: gnutls: Don't allow a reference to net-tools.


From: Leo Famulari
Subject: [bug#29251] [PATCH] gnu: gnutls: Don't allow a reference to net-tools.
Date: Fri, 10 Nov 2017 12:20:11 -0500

* 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 e87149a59..314a67af7 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
-- 
2.15.0






reply via email to

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