gnu: valgrind: Add download mirror.

* gnu/packages/valgrind.scm (valgrind)[source](uri): Add mirror.
This commit is contained in:
Marius Bakke 2019-03-06 15:42:50 +01:00
parent 38502a7d13
commit a9eeda20b4
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA

View File

@ -35,13 +35,15 @@
(version "3.13.0") (version "3.13.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "ftp://sourceware.org/pub/valgrind/valgrind-" (uri (list (string-append "http://www.valgrind.org/downloads"
version ".tar.bz2")) "/valgrind-" version ".tar.bz2")
(sha256 (string-append "ftp://sourceware.org/pub/valgrind"
(base32 "/valgrind-" version ".tar.bz2")))
"0fqc3684grrbxwsic1rc5ryxzxmigzjx9p5vf3lxa37h0gpq0rnp")) (sha256
(patches (search-patches "valgrind-enable-arm.patch" (base32
"valgrind-glibc-compat.patch")))) "0fqc3684grrbxwsic1rc5ryxzxmigzjx9p5vf3lxa37h0gpq0rnp"))
(patches (search-patches "valgrind-enable-arm.patch"
"valgrind-glibc-compat.patch"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(outputs '("doc" ;16 MB (outputs '("doc" ;16 MB
"out")) "out"))