mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: orcus: Don't use NAME in source URI.
* gnu/packages/libreoffice.scm (orcus)[source]: Hard-code NAME.
This commit is contained in:
parent
15e62623cc
commit
42d42b2ca7
1 changed files with 2 additions and 2 deletions
|
@ -118,8 +118,8 @@ (define-public orcus
|
|||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://kohei.us/files/" name "/src/lib"
|
||||
name "-" version ".tar.xz"))
|
||||
(uri (string-append "http://kohei.us/files/orcus/src/lib"
|
||||
"orcus-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"14gbnqsv5n2fm4sxa17014f440clrzls6p2w2ixk9wipg4950v9s"))))
|
||||
|
|
Loading…
Reference in a new issue