mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
gnu: librep: Don't use NAME in source URI.
* gnu/packages/sawfish.scm (librep)[source]: Hard-code NAME.
This commit is contained in:
parent
8031a55a23
commit
416d098a0e
1 changed files with 2 additions and 2 deletions
|
@ -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"))))
|
||||
|
|
Loading…
Reference in a new issue