mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: guile-curl: Update to 0.9.
* gnu/packages/curl.scm (guile-curl): Update to 0.9. [#:phases]: Update path to module. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
f1c4df15c3
commit
42d5efc001
1 changed files with 3 additions and 3 deletions
|
@ -198,14 +198,14 @@ (define-public kurly
|
||||||
(define-public guile-curl
|
(define-public guile-curl
|
||||||
(package
|
(package
|
||||||
(name "guile-curl")
|
(name "guile-curl")
|
||||||
(version "0.7")
|
(version "0.9")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://www.lonelycactus.com/tarball/"
|
(uri (string-append "http://www.lonelycactus.com/tarball/"
|
||||||
"guile_curl-" version ".tar.gz"))
|
"guile_curl-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1zk0ijx6bj212k0j0ma84cpvpvn0x6raaxnby3wdx3w4wnhnscn7"))))
|
"0y7wfhilfm6vzs0wyifrrc2pj9nsxfas905c7qa5cw4i6s74ypmi"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:modules (((guix build guile-build-system)
|
`(#:modules (((guix build guile-build-system)
|
||||||
|
@ -230,7 +230,7 @@ (define-public guile-curl
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'patch-undefined-references
|
(add-after 'unpack 'patch-undefined-references
|
||||||
(lambda* _
|
(lambda* _
|
||||||
(substitute* "src/curl.scm"
|
(substitute* "module/curl.scm"
|
||||||
;; The following #defines are missing from our curl package
|
;; The following #defines are missing from our curl package
|
||||||
;; and therefore result in the evaluation of undefined symbols.
|
;; and therefore result in the evaluation of undefined symbols.
|
||||||
((",CURLOPT_HAPROXYPROTOCOL") "#f")
|
((",CURLOPT_HAPROXYPROTOCOL") "#f")
|
||||||
|
|
Loading…
Reference in a new issue