gnu: xclock: Don't use NAME in source URI.

* gnu/packages/xorg.scm (xclock)[source]: Hard-code NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-12-01 17:31:31 +01:00
parent fb0f4ab8ed
commit c6df2f5817
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -5722,7 +5722,7 @@ (define-public xclock
(origin
(method url-fetch)
(uri (string-append "https://www.x.org/releases/individual/app/"
name "-" version ".tar.bz2"))
"xclock-" version ".tar.bz2"))
(sha256
(base32 "1fr3q4rszgx7x2zxy2ip592a3fgx20hfwac49p2l5b7jqsr1ying"))))
(build-system gnu-build-system)