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

* gnu/packages/xdisorg.scm (xlockmore)[source]: Hard-code NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-08-21 20:52:36 +02:00
parent f98d66f3c6
commit 3596b994e8
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -720,11 +720,11 @@ (define-public xlockmore
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (list (string-append "http://sillycycle.com/xlock/" (uri (list (string-append "http://sillycycle.com/xlock/"
name "-" version ".tar.xz") "xlockmore-" version ".tar.xz")
;; Previous releases are moved to a subdirectory. ;; Previous releases are moved to a subdirectory.
(string-append "http://sillycycle.com/xlock/" (string-append "http://sillycycle.com/xlock/"
"recent-releases/" "recent-releases/"
name "-" version ".tar.xz"))) "xlockmore-" version ".tar.xz")))
(sha256 (sha256
(base32 (base32
"1va11sbv5lbkxkp0i0msz5md3n2n82nzppk27rzdrw7y79vq37zw")))) "1va11sbv5lbkxkp0i0msz5md3n2n82nzppk27rzdrw7y79vq37zw"))))