gnu: xlockmore: Don't use NAME in source URI.
* gnu/packages/xdisorg.scm (xlockmore)[source]: Hard-code NAME.
This commit is contained in:
parent
f98d66f3c6
commit
3596b994e8
1 changed files with 2 additions and 2 deletions
|
@ -720,11 +720,11 @@ (define-public xlockmore
|
|||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (list (string-append "http://sillycycle.com/xlock/"
|
||||
name "-" version ".tar.xz")
|
||||
"xlockmore-" version ".tar.xz")
|
||||
;; Previous releases are moved to a subdirectory.
|
||||
(string-append "http://sillycycle.com/xlock/"
|
||||
"recent-releases/"
|
||||
name "-" version ".tar.xz")))
|
||||
"xlockmore-" version ".tar.xz")))
|
||||
(sha256
|
||||
(base32
|
||||
"1va11sbv5lbkxkp0i0msz5md3n2n82nzppk27rzdrw7y79vq37zw"))))
|
||||
|
|
Loading…
Reference in a new issue