mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 03:20:04 +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 @@ living in the same process.")
|
||||||
"15ihq6p0hnnhs8cnjrkj40dmlcaa1jjg8xg0g2ydbnlqs454ixbr"))))
|
"15ihq6p0hnnhs8cnjrkj40dmlcaa1jjg8xg0g2ydbnlqs454ixbr"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags
|
`(; Ensure we don't keep a reference to this buggy software.
|
||||||
|
#:disallowed-references (,net-tools)
|
||||||
|
#:configure-flags
|
||||||
(list
|
(list
|
||||||
;; GnuTLS doesn't consult any environment variables to specify
|
;; GnuTLS doesn't consult any environment variables to specify
|
||||||
;; the location of the system-wide trust store. Instead it has a
|
;; the location of the system-wide trust store. Instead it has a
|
||||||
|
|
Loading…
Add table
Reference in a new issue