me
/
guix
Archived
1
0
Fork 0

gnu: gnutls: Don't embed a phase inside another phase.

* gnu/packages/tls.scm (gnutls)[arguments]: Adjust powerpc-linux phase
'increase-test-timeout to not be embedded inside another phase.
master
Efraim Flashner 2023-04-25 23:32:17 +03:00
parent ccf64b6a8b
commit e287a0e402
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 8 additions and 8 deletions

View File

@ -252,14 +252,14 @@ living in the same process.")
(lambda _ (lambda _
(substitute* "tests/fastopen.sh" (substitute* "tests/fastopen.sh"
(("^unset RETCODE") (("^unset RETCODE")
"exit 77\n")) ;skip "exit 77\n")))) ;skip
#$@(if (target-ppc32?) #$@(if (target-ppc32?)
;; https://gitlab.com/gnutls/gnutls/-/issues/1354 ;; https://gitlab.com/gnutls/gnutls/-/issues/1354
;; Extend the test timeout from the default of 20 * 1000 ;; Extend the test timeout from the default of 20 * 1000
#~((add-after 'unpack 'increase-test-timeout #~((add-after 'unpack 'increase-test-timeout
(lambda _ (lambda _
(setenv "GNUTLS_TEST_TIMEOUT" "60000")))) (setenv "GNUTLS_TEST_TIMEOUT" "60000"))))
#~()))) #~())
(add-after 'install 'move-doc (add-after 'install 'move-doc
(lambda* (#:key outputs #:allow-other-keys) (lambda* (#:key outputs #:allow-other-keys)
;; Copy the 4.1 MiB of section 3 man pages to "doc". ;; Copy the 4.1 MiB of section 3 man pages to "doc".