mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: xclock: Don't use NAME in source URI.
* gnu/packages/xorg.scm (xclock)[source]: Hard-code NAME.
This commit is contained in:
parent
fb0f4ab8ed
commit
c6df2f5817
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue