mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-30 22:36:50 +01:00
gnu: gnutls: Don't allow a reference to net-tools.
* gnu/packages/tls.scm (gnutls)[arguments]: Add net-tools to #:disallowed-references.
This commit is contained in:
parent
738d0cd665
commit
76b21274ad
1 changed files with 3 additions and 1 deletions
|
@ -153,7 +153,9 @@ (define-public gnutls
|
|||
"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
|
||||
|
|
Loading…
Reference in a new issue