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:
@@ -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"))))
|
||||
|
||||
Reference in New Issue
Block a user