gnu: gnutls: Leave #:disallowed-references empty for GNU/Hurd.

Partly fixes <https://bugs.gnu.org/41775>.

This is a followup to a9bcc64746.

* gnu/packages/tls.scm (gnutls)[arguments]: Let #:disallowed-references
empty when 'hurd-target?' returns true.
This commit is contained in:
Ludovic Courtès 2020-06-20 23:09:31 +02:00
parent 50e7e6a065
commit 9ee8b41f2b
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -184,7 +184,7 @@ (define-public gnutls
(arguments
`(,@(if (hurd-target?) '(#:tests? #f) '())
; Ensure we don't keep a reference to this buggy software.
#:disallowed-references (,net-tools)
#:disallowed-references ,(if (hurd-target?) '() (list net-tools))
#:configure-flags
(list
;; GnuTLS doesn't consult any environment variables to specify