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

* gnu/packages/sawfish.scm (librep)[source]: Hard-code NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2020-03-14 23:43:52 +01:00
parent 8031a55a23
commit 416d098a0e
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -43,8 +43,8 @@ (define-public librep
(version "0.92.7")
(source (origin
(method url-fetch)
(uri (string-append "http://download.tuxfamily.org/" name "/"
name "_" version ".tar.xz"))
(uri (string-append "http://download.tuxfamily.org/librep/"
"librep_" version ".tar.xz"))
(sha256
(base32
"1bmcjl1x1rdh514q9z3hzyjmjmwwwkziipjpjsl301bwmiwrd8a8"))))