gnu: gnutls: Don't allow the built GnuTLS to refer to net-tools-for-tests.
* gnu/packages/tls.scm (gnutls)[arguments]: Add net-tools-for-tests to #:disallowed-references.
This commit is contained in:
parent
b5f610620b
commit
a7c7d5ab8b
|
@ -133,9 +133,6 @@ coordinating the use of PKCS#11 by different components or libraries
|
||||||
living in the same process.")
|
living in the same process.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
|
|
||||||
;; TODO Add net-tools-for-tests to #:disallowed-references when we can afford
|
|
||||||
;; rebuild GnuTLS (i.e. core-updates).
|
|
||||||
(define-public gnutls
|
(define-public gnutls
|
||||||
(package
|
(package
|
||||||
(name "gnutls")
|
(name "gnutls")
|
||||||
|
@ -156,7 +153,8 @@ living in the same process.")
|
||||||
"15ihq6p0hnnhs8cnjrkj40dmlcaa1jjg8xg0g2ydbnlqs454ixbr"))))
|
"15ihq6p0hnnhs8cnjrkj40dmlcaa1jjg8xg0g2ydbnlqs454ixbr"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags
|
'(#:disallowed-references ,(net-tools-for-tests)
|
||||||
|
#: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…
Reference in New Issue