diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-10 00:42:06 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-10 04:37:22 +0200 |
commit | 02cb4ca75750c117906537296b8b38c880b5e283 (patch) | |
tree | ff638554dd8535e55de5de481da05a5ed523a3db /gnu/packages/gnome.scm | |
parent | 3f352df035539cea0219ef08cd79a3b5f7607b74 (diff) |
gnu: mm-common: Don't use NAME in source URI.
* gnu/packages/gnome.scm (mm-common)[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 b4a1fbae76..514f8e6fc8 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -292,9 +292,9 @@ freedesktop.org desktop notification specification.") (version "1.0.0") (source (origin (method url-fetch) - (uri (string-append "mirror://gnome/sources/" name "/" + (uri (string-append "mirror://gnome/sources/mm-common/" (version-major+minor version) "/" - name "-" version ".tar.xz")) + "mm-common-" version ".tar.xz")) (sha256 (base32 "1m4w33da9f4rx2d6kdj3ix3kl0gn16ml82v2mdn4hljr3q29nzdr")))) |