gnu: telepathy-mission-control: Don't use NAME in source URI.
* gnu/packages/freedesktop.scm (telepathy-mission-control)[source]: Hard-code NAME.master
parent
b13b9384bc
commit
da42873c18
|
@ -1102,13 +1102,14 @@ messaging clients such as Empathy, GNOME Shell or KDE Telepathy.")
|
||||||
(package
|
(package
|
||||||
(name "telepathy-mission-control")
|
(name "telepathy-mission-control")
|
||||||
(version "5.16.4")
|
(version "5.16.4")
|
||||||
(source (origin
|
(source
|
||||||
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://telepathy.freedesktop.org/releases/"
|
(uri (string-append "https://telepathy.freedesktop.org/releases/"
|
||||||
name "/" name "-" version ".tar.gz"))
|
"telepathy-mission-control/"
|
||||||
|
"telepathy-mission-control-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1jz6wwgsfxixha6ys2hbzbk5faqnj9kh2m5qdlgx5anqgandsscp"))))
|
||||||
"1jz6wwgsfxixha6ys2hbzbk5faqnj9kh2m5qdlgx5anqgandsscp"))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("glib:bin" ,glib "bin") ; for glib-compile-schemas, etc.
|
`(("glib:bin" ,glib "bin") ; for glib-compile-schemas, etc.
|
||||||
|
|
Reference in New Issue