diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-06 19:31:15 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-06 22:18:01 +0100 |
commit | 256ab7cf89072c91f701b87fd58633df27509b8b (patch) | |
tree | f0f72e02da148ab8c8ec387d0797814e48efa227 /gnu | |
parent | 9dfe49e408e5b3b2ae4af68d0b0a12146678f67f (diff) | |
download | guix-256ab7cf89072c91f701b87fd58633df27509b8b.tar guix-256ab7cf89072c91f701b87fd58633df27509b8b.tar.gz |
gnu: webkitgtk: Don't use NAME in source URI.
* gnu/packages/webkit.scm (webkitgtk)[source]: Hard-code NAME.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/webkit.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/webkit.scm b/gnu/packages/webkit.scm index bda0fc6ba2..0ec61bc8c4 100644 --- a/gnu/packages/webkit.scm +++ b/gnu/packages/webkit.scm @@ -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")))) |