1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-23 09:35:56 +02:00

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
+1 -1
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"))))