diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-31 00:00:46 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-31 00:16:13 +0200 |
commit | 2a9761b13b44032f8d902e0fcfecd0659cbfa8c8 (patch) | |
tree | 0cbbafb9e18e9b943d89404fb2414a7dab516432 /gnu/packages/gnome.scm | |
parent | 9c12c277b1400b896f547465907b8f09eb90953f (diff) |
gnu: totem: Don't use NAME in source URI.
* gnu/packages/gnome.scm (totem)[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 1745bf7906..03de03559d 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4889,9 +4889,9 @@ discovery protocols.") (source (origin (method url-fetch) - (uri (string-append "mirror://gnome/sources/" name "/" + (uri (string-append "mirror://gnome/sources/totem/" (version-major+minor version) "/" - name "-" version ".tar.xz")) + "totem-" version ".tar.xz")) (sha256 (base32 "028sc6xbyi7rs884862d8f3di6zhcm0lhvlpc3r69ifzjsq9my3b")))) |