gnu: sakura: Don't use NAME in source URI.
* gnu/packages/terminals.scm (sakura)[source]: Hard-code NAME.
This commit is contained in:
parent
4fbe53a5b8
commit
7f85664d07
1 changed files with 2 additions and 2 deletions
|
@ -676,8 +676,8 @@ eye-candy, customizable, and reasonably lightweight.")
|
||||||
(version "3.7.0")
|
(version "3.7.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://launchpad.net/" name "/trunk/"
|
(uri (string-append "https://launchpad.net/sakura/trunk/"
|
||||||
version "/+download/" name "-" version
|
version "/+download/sakura-" version
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
|
Reference in a new issue