gnu: libjpeg-turbo: Don't use NAME in source URI.

* gnu/packages/image.scm (libjpeg-turbo)[source](uri): Hard-code NAME.
master
Marius Bakke 2019-02-16 19:54:34 +01:00
parent 1cb0c7a32c
commit ec92d786be
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -1301,8 +1301,8 @@ PNG, and performs PNG integrity checks and corrections.")
(version "2.0.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/" name "/" version "/"
name "-" version ".tar.gz"))
(uri (string-append "mirror://sourceforge/libjpeg-turbo/"
version "/libjpeg-turbo-" version ".tar.gz"))
(sha256
(base32
"1zv6z093l3x3jzygvni7b819j7xhn6d63jhcdrckj7fz67n6ry75"))))