diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-16 22:39:49 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-16 22:40:04 +0200 |
commit | dd3266ecde51896fea45ed763b3a360810364503 (patch) | |
tree | 710be0bb97612deb59aa4b4b977056e0f5600d48 /gnu/packages/gnome.scm | |
parent | 5b249625c13bd080980262016788ca84102f9e2c (diff) |
gnu: epiphany: Don't use NAME in source URI.
* gnu/packages/gnome.scm (epiphany)[source]: Hard-code NAME.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 5ebff40dc9..101c0ce13f 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4251,9 +4251,9 @@ a secret password store, an adblocker, and a modern UI.") (version "3.28.3.1") (source (origin (method url-fetch) - (uri (string-append "mirror://gnome/sources/" name "/" + (uri (string-append "mirror://gnome/sources/epiphany/" (version-major+minor version) "/" - name "-" version ".tar.xz")) + "epiphany-" version ".tar.xz")) (sha256 (base32 "1xz6xl6b0iihvczyr0cs1z5ifvpai6anb4m0ng1caiph06klc1b9")))) |