gnu: webkitgtk: Don't use NAME in source URI.

* gnu/packages/webkit.scm (webkitgtk)[source]: Hard-code NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-11-06 19:31:15 +01:00
parent 9dfe49e408
commit 256ab7cf89
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -125,7 +125,7 @@ (define-public webkitgtk
(source (origin
(method url-fetch)
(uri (string-append "https://www.webkitgtk.org/releases/"
name "-" version ".tar.xz"))
"webkitgtk-" version ".tar.xz"))
(sha256
(base32
"0mfikjfjhwcnrxbzdyh3fl9bbs2azgbdnx8h5910h41b3n022jvb"))))