summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-06-10 00:42:06 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-06-10 04:37:22 +0200
commit02cb4ca75750c117906537296b8b38c880b5e283 (patch)
treeff638554dd8535e55de5de481da05a5ed523a3db /gnu/packages/gnome.scm
parent3f352df035539cea0219ef08cd79a3b5f7607b74 (diff)
downloadguix-patches-02cb4ca75750c117906537296b8b38c880b5e283.tar
guix-patches-02cb4ca75750c117906537296b8b38c880b5e283.tar.gz
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.scm4
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"))))