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

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

View File

@ -720,11 +720,11 @@ shows it again when the mouse cursor moves or a mouse button is pressed.")
(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"))))