gnu: gnurl: Use 'modify-phases'.

* gnu/packages/gnunet.scm (gnurl)[arguments]: Use 'modify-phases'.
master
Efraim Flashner 2016-09-11 09:06:02 +03:00
parent c543b4e1d3
commit b9fe72bf4d
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 6 additions and 6 deletions

View File

@ -193,12 +193,12 @@ and support for SSL3 and TLS.")
#:parallel-tests? #f
#:phases
;; We have to patch runtests.pl in tests/ directory
(alist-cons-before
'check 'patch-runtests
(lambda _
(substitute* "tests/runtests.pl"
(("/bin/sh") (which "sh"))))
%standard-phases)))
(modify-phases %standard-phases
(add-before 'check 'patch-runtests
(lambda _
(substitute* "tests/runtests.pl"
(("/bin/sh") (which "sh")))
#t)))))
(synopsis "Microfork of cURL with support for the HTTP/HTTPS/GnuTLS subset of cURL")
(description
"Gnurl is a microfork of cURL, a command line tool for transferring data