me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/webkit.scm (webkitgtk)[source]: Hard-code NAME.
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ engine that uses Wayland for graphics output.")
(source (origin
(method url-fetch)
(uri (string-append "https://www.webkitgtk.org/releases/"
name "-" version ".tar.xz"))
"webkitgtk-" version ".tar.xz"))
(sha256
(base32
"0mfikjfjhwcnrxbzdyh3fl9bbs2azgbdnx8h5910h41b3n022jvb"))))