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
parent
ccf64b6a8b
commit
e287a0e402
|
@ -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".
|
||||||
|
|
Reference in New Issue