gnu: mm-common: Don't use NAME in source URI.

* gnu/packages/gnome.scm (mm-common)[source]: Hard-code NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2020-06-10 00:42:06 +02:00
parent 3f352df035
commit 02cb4ca757
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -292,9 +292,9 @@ (define-public mm-common
(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"))))