mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: webkitgtk: Don't use NAME in source URI.
* gnu/packages/webkit.scm (webkitgtk)[source]: Hard-code NAME.
This commit is contained in:
parent
9dfe49e408
commit
256ab7cf89
1 changed files with 1 additions and 1 deletions
|
@ -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"))))
|
||||
|
|
Loading…
Reference in a new issue