gnu: mm-common: Don't use NAME in source URI.
* gnu/packages/gnome.scm (mm-common)[source]: Hard-code NAME.master
parent
3f352df035
commit
02cb4ca757
|
@ -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"))))
|
||||
|
|
Reference in New Issue