me
/
guix
Archived
1
0
Fork 0

gnu: gnutls: Pass #:tests? unconditionally.

* gnu/packages/tls.scm (gnutls)[arguments]: Add #:tests? unconditionally.
master
Ludovic Courtès 2020-06-20 23:11:54 +02:00
parent 9ee8b41f2b
commit 9015ed6688
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -182,8 +182,8 @@ living in the same process.")
"0jvca1qahn9lrwv6f5kfs95icirc15b2a8x9fzczyj996ipg3b5z")))) "0jvca1qahn9lrwv6f5kfs95icirc15b2a8x9fzczyj996ipg3b5z"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(,@(if (hurd-target?) '(#:tests? #f) '()) `(#:tests? ,(not (hurd-target?))
; Ensure we don't keep a reference to this buggy software. ;; Ensure we don't keep a reference to net-tools.
#:disallowed-references ,(if (hurd-target?) '() (list net-tools)) #:disallowed-references ,(if (hurd-target?) '() (list net-tools))
#:configure-flags #:configure-flags
(list (list