mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: gnurl: Use 'modify-phases'.
* gnu/packages/gnunet.scm (gnurl)[arguments]: Use 'modify-phases'.
This commit is contained in:
parent
c543b4e1d3
commit
b9fe72bf4d
1 changed files with 6 additions and 6 deletions
|
@ -193,12 +193,12 @@ (define-public gnurl
|
||||||
#:parallel-tests? #f
|
#:parallel-tests? #f
|
||||||
#:phases
|
#:phases
|
||||||
;; We have to patch runtests.pl in tests/ directory
|
;; We have to patch runtests.pl in tests/ directory
|
||||||
(alist-cons-before
|
(modify-phases %standard-phases
|
||||||
'check 'patch-runtests
|
(add-before 'check 'patch-runtests
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "tests/runtests.pl"
|
(substitute* "tests/runtests.pl"
|
||||||
(("/bin/sh") (which "sh"))))
|
(("/bin/sh") (which "sh")))
|
||||||
%standard-phases)))
|
#t)))))
|
||||||
(synopsis "Microfork of cURL with support for the HTTP/HTTPS/GnuTLS subset of cURL")
|
(synopsis "Microfork of cURL with support for the HTTP/HTTPS/GnuTLS subset of cURL")
|
||||||
(description
|
(description
|
||||||
"Gnurl is a microfork of cURL, a command line tool for transferring data
|
"Gnurl is a microfork of cURL, a command line tool for transferring data
|
||||||
|
|
Loading…
Reference in a new issue