me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/xorg.scm (xclock)[source]: Hard-code NAME.
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -5722,7 +5722,7 @@ Intrinsics (Xt) Library.")
(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)